Skip to content

Commit

Permalink
Merge pull request #3 from UrbanCode/tf-docs-update
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
Amiya-873 authored Jan 29, 2025
2 parents 45317e7 + 1dcb914 commit c14d074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ region = "us-east-1"
resource "aws_instance" "example" {
ami = "ami-01816d07b1128cd2d"
instance_type = "t2.micro"
subnet_id = "subnet-0df5b39681b4b5ec9"
subnet_id = "subnet-id*******"
tags = {
Name = "Plugins-4458-img8"
Name = "instance-name-xyz"
}
associate_public_ip_address = false
security_groups = ["sg-013c621e45933e3c2"]
security_groups = ["sg-id******"]
}
```

0 comments on commit c14d074

Please sign in to comment.