Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block48.tf Secret

Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/c7aa2eae495a42240bb701dcafb21839 to your computer and use it in GitHub Desktop.
Save 9oelM/c7aa2eae495a42240bb701dcafb21839 to your computer and use it in GitHub Desktop.
...
+ resource "aws_api_gateway_base_path_mapping" "hello" {
+ api_id = aws_api_gateway_rest_api.hello.id
+ stage_name = terraform.workspace
+ domain_name = aws_api_gateway_domain_name.hello.domain_name
+ }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment