From 3c41a9066f8a05d8453a293bb39b65cc810a02fd Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 24 Feb 2023 12:37:44 -0500 Subject: [PATCH] remove extra file --- share-resources/variables.org_master.tf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 share-resources/variables.org_master.tf diff --git a/share-resources/variables.org_master.tf b/share-resources/variables.org_master.tf deleted file mode 100644 index 012e965..0000000 --- a/share-resources/variables.org_master.tf +++ /dev/null @@ -1,11 +0,0 @@ -variable "org_master_profile" { - description = "AWS Organization Master account profile" - type = string - default = "252903981224-ma5-gov" -} - -variable "org_master_region" { - description = "AWS Organization Master region (see docs: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html)" - type = string - default = "us-gov-west-1" -}