From fbcd24280e3793fa1110965891bcffb5502bce13 Mon Sep 17 00:00:00 2001 From: delored Date: Tue, 28 Nov 2023 13:30:36 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'000000000000/iam/roles/variables.tf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 000000000000/iam/roles/variables.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/000000000000/iam/roles/variables.tf b/000000000000/iam/roles/variables.tf index 39e7359..ef80e04 100644 --- a/000000000000/iam/roles/variables.tf +++ b/000000000000/iam/roles/variables.tf @@ -5,5 +5,9 @@ variable "region" { variable "prod_account_id" { type = string - default = "111111111111" + default = { + dev = "000000000" + staging = "11111111" + prod = "sdasdasdasd" + } } \ No newline at end of file