Skip to content

Commit

Permalink
created ec2.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas99341 authored Jan 13, 2023
1 parent c7bbd01 commit 9afb9dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf-module/module/ec2/ec2.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resource "aws_instance" "myec2" {
ami = "ami-0cca134ec43cf708f"
instance_type = var.instance_type
}

0 comments on commit 9afb9dd

Please sign in to comment.