TerraformProjectV3ConfigurationInput
No description
input TerraformProjectV3ConfigurationInput {
moduleName: String
stateBackend: TerraformStateBackendInput!
provider: TerraformProviderInput
}
Fields
TerraformProjectV3ConfigurationInput.moduleName
● String
scalar
TerraformProjectV3ConfigurationInput.stateBackend
● TerraformStateBackendInput!
non-null input
TerraformProjectV3ConfigurationInput.provider
● TerraformProviderInput
input
Terraform Provider configuration: Maps a zeet-connected cloud account to a terraform provider. This parameter is optional for backwards compatibility. New Projects should specify their provider at creation, instead of specifying the provider for each PLAN/PLAN_DESTROY action.
This parameter will be required in the v1 API, and specifying provider "per-plan" will not be supported.
Member Of
CreateProjectV3Input
input ● UpdateProjectV3Input
input