Skip to content

Commit

Permalink
updated ec2.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas99341 authored Jan 12, 2023
1 parent b0ea5b1 commit 8b6c797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-import/ec2.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
resource "aws_instance" "manual-instane" {
ami = "ami-0cca134ec43cf708f"
instance_type = "t2.micro"
vpc_security_group_ids = ["sg-08432cbf9355846a1"]
Expand All @@ -7,5 +8,4 @@
}
}


terraform import aws_instance.manual-instane i-06c6fde87d1457a37

0 comments on commit 8b6c797

Please sign in to comment.