19 lines
238 B
Markdown
19 lines
238 B
Markdown
|
### SecurityGroups With Vpc Example
|
||
|
|
||
|
The example create SecurityGroups for specify VPC Clusters.
|
||
|
|
||
|
### Get up and running
|
||
|
|
||
|
* Planning phase
|
||
|
|
||
|
terraform plan
|
||
|
|
||
|
|
||
|
* Apply phase
|
||
|
|
||
|
terraform apply
|
||
|
|
||
|
|
||
|
* Destroy
|
||
|
|
||
|
terraform destroy
|