mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-23 15:12:57 -06: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 |