Last active
April 30, 2019 17:13
-
-
Save hervekhg/0be72dd76fd2f36696a43df0a1ff4470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate Plan and apply | |
terraform plan -out=biznet.plan | |
terraform apply "thehktech.plan" | |
# If you want to destroy | |
terraform destroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment