mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
19 lines
228 B
Markdown
19 lines
228 B
Markdown
### SecurityGroup With Vpc Example
|
|
|
|
The example create SecurityGroup for specify VPC.
|
|
|
|
### Get up and running
|
|
|
|
* Planning phase
|
|
|
|
terraform plan
|
|
|
|
|
|
* Apply phase
|
|
|
|
terraform apply
|
|
|
|
|
|
* Destroy
|
|
|
|
terraform destroy |