File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- // TODO: maybe move to single repo using github pages
21module "acs" {
32 source = " github.com/byu-oit/terraform-aws-acs-info.git?ref=v2.1.0"
43 vpc_vpn_to_campus = true
@@ -147,9 +146,8 @@ resource "aws_lambda_permission" "apigw_lambda" {
147146 action = " lambda:InvokeFunction"
148147 function_name = aws_lambda_function. lambda . function_name
149148 principal = " apigateway.amazonaws.com"
150- source_arn = " arn:aws:execute-api:us-west-2: ${ var . account-id } : ${ aws_api_gateway_rest_api . api . id } /* "
149+ source_arn = aws_api_gateway_rest_api. api . execution_arn
151150 depends_on = [aws_iam_role_policy_attachment . lambda_logs , aws_cloudwatch_log_group . logs ]
152-
153151}
154152
155153resource "aws_api_gateway_domain_name" "api_domain" {
You can’t perform that action at this time.
0 commit comments