Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiya-873 committed Jan 29, 2025
1 parent cd7586e commit 1dcb914
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 1dcb914

Please sign in to comment.