You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The role to assume when accessing the AWS API."
default = ""
}
# Atlantis user
variable "atlantis_user" {
description = "The username that will be triggering atlantis commands. This will be used to name the session when assuming a role. More information - https://github.com/runatlantis/atlantis#assume-role-session-names"
default = "atlantis_user"
}
# Account IDs
# Add all account ID to here
variable "account_id" {
default = {
id = "<Your-account-id>"
}
}
# Remote State that will be used when creating other resources
# You can add any resource here, if you want to refer from others