Skip to content

Instantly share code, notes, and snippets.

@henkin
Last active December 1, 2022 00:20
Show Gist options
  • Save henkin/c13a4cb542c42861e57c51afd746ebc2 to your computer and use it in GitHub Desktop.
Save henkin/c13a4cb542c42861e57c51afd746ebc2 to your computer and use it in GitHub Desktop.
terraform
tf workspace select test
tf import module.waf.aws_wafv2_ip_set.main_waf_ip_blacklist cf1527f5-b1f9-48d0-b30a-9708de235b0b/pto-waf-ip-blacklist/REGIONAL
tf import module.waf.aws_wafv2_web_acl.main_waf_acl ac78a099-ae47-42d8-a2d6-3c32932470fe/pto-test-main-waf/REGIONAL
tf workspace select stage
tf import module.waf.aws_wafv2_web_acl.main_waf_acl fdddc840-67ef-4836-a59c-e7b319d9e673/pto-stage-main-waf/REGIONAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment