Skip to content

Commit

Permalink
Small sso org enabling change
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Oct 6, 2021
1 parent 4aab732 commit 9b2764d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions root/organizations/organization.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "aws_organizations_organization" "main" {
"cloudtrail.amazonaws.com",
"config.amazonaws.com",
"ram.amazonaws.com",
"sso.amazonaws.com",
]

# Enable all feature set to enable SCPs
Expand Down
15 changes: 14 additions & 1 deletion root/organizations/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ variable "shared_account_id" {

variable "network_account_id" {
type = string
description = "Account: Networks Resources"
description = "Account: Networking Resources"
}

variable "appsdevstg_account_id" {
Expand All @@ -90,3 +90,16 @@ variable "appsprd_account_id" {
type = string
description = "Account: Prod Modules & Libs"
}

#=============================#
# Hashicorp Vault Vars #
#=============================#
variable "vault_address" {
type = string
description = "Hashicorp vault api endpoint address"
}

variable "vault_token" {
type = string
description = "Hashicorp vault admin token"
}

0 comments on commit 9b2764d

Please sign in to comment.