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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
description = "Full path to JSON file containing project definition structure. (project.json by convention)"
type = string
}
variable "organization" {
type = string
description = "The name of the Terraform Cloud / Enterprise organization in which the workspace and other resources should be created."
}
variable "team_access_level" {
type = string
default = "plan"
description = "The value indicating the level of access (permission set) that the TF Cloud team being created should have in the workspace being created."
}
variable "secret_access_key" {
description = "An AWS secret access key."
type = string
default = null
}
variable "access_key_id" {
description = "An AWS access key id."
type = string
default = null
}
variable "execution_mode" {
description = "Terraform 'execution mode' - either 'remote' or 'local'. See TFC docs for description of each."
type = string
default = "remote"
}
variable "project_accounts" {
description = "The set of AWS project accounts for which we want to create TFC workspaces."