Skip to content
Snippets Groups Projects
Commit 3b9c7e35 authored by Edouard DE BRYE's avatar Edouard DE BRYE
Browse files

Merge branch 'feature/Add-integration-tests' into 'master'

added tags to api gw stage

See merge request edebrye/cloud-monitor!7
parents 76b4a08e b41f544c
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ resource "aws_api_gateway_stage" "main" { ...@@ -85,6 +85,7 @@ resource "aws_api_gateway_stage" "main" {
deployment_id = aws_api_gateway_deployment.main.id deployment_id = aws_api_gateway_deployment.main.id
rest_api_id = aws_api_gateway_rest_api.main.id rest_api_id = aws_api_gateway_rest_api.main.id
stage_name = terraform.workspace == "production" ? "api" : terraform.workspace stage_name = terraform.workspace == "production" ? "api" : terraform.workspace
tags = local.common_tags
} }
resource "aws_api_gateway_account" "apigw" { resource "aws_api_gateway_account" "apigw" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment