diff --git a/tf-import/ec2.tf b/tf-import/ec2.tf index da00426..add2972 100644 --- a/tf-import/ec2.tf +++ b/tf-import/ec2.tf @@ -1,3 +1,4 @@ +resource "aws_instance" "manual-instane" { ami = "ami-0cca134ec43cf708f" instance_type = "t2.micro" vpc_security_group_ids = ["sg-08432cbf9355846a1"] @@ -7,5 +8,4 @@ } } - terraform import aws_instance.manual-instane i-06c6fde87d1457a37