Skip to content

Commit

Permalink
Minor fixes again
Browse files Browse the repository at this point in the history
  • Loading branch information
nuginy committed Apr 28, 2024
1 parent e9405a3 commit 0385971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_amplify_app" "web_app" {
access_token = var.git_access_token
enable_branch_auto_build = var.amplify_enable_branch_auto_build
enable_auto_branch_creation = var.amplify_enable_branch_auto_creation
auto_branch_creation_patterns =
auto_branch_creation_patterns = var.amplify_branch_auto_creation_pattern
environment_variables = {
ENV = var.amplify_env,
API_GW_ADDRESS = var.amplify_api_gw_address
Expand Down

0 comments on commit 0385971

Please sign in to comment.