Skip to content

How do I deploy an API gateway proxy properly with configuration_aliases? #704

Answered by zackproser
zackproser asked this question in How do I
Discussion options

You must be logged in to vote

Gruntwork's API Proxy module has a configuration_aliases config that requires a provider explicitly aliased to us_east_1 to be passed in.

Here's an example in pure Terraform of how you would pass in such an alias:

# ---------------------------------------------------------------------------------------------------------------------
# USE API GATEWAY TO EXPOSE LAMBDA FUNCTION
# ---------------------------------------------------------------------------------------------------------------------

module "api_gateway" {
  # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
  # to a specific version of the modules, such as the fo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant