From 2b61efb722187ba548dd79aff08a9f41ad20212d Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Thu, 16 Jun 2022 21:57:09 +0200 Subject: [PATCH] add project number to sgae 1 values --- fast/stages/01-resman/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/fast/stages/01-resman/variables.tf b/fast/stages/01-resman/variables.tf index c31e67790..c1d534bca 100644 --- a/fast/stages/01-resman/variables.tf +++ b/fast/stages/01-resman/variables.tf @@ -23,6 +23,7 @@ variable "automation" { type = object({ outputs_bucket = string project_id = string + project_number = string federated_identity_pool = string federated_identity_providers = map(object({ issuer = string