Resource: TerraformVersion
A TerraformVersion represents the support state the corresponding Terraform version.
JSON representation |
---|
{
"name": string,
"state": enum ( |
Fields | |
---|---|
name |
Identifier. The version name is in the format: 'projects/{projectId}/locations/{location}/terraformVersions/{terraform_version}'. |
state |
Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE. |
supportTime |
Output only. When the version is supported. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deprecateTime |
Output only. When the version is deprecated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
obsoleteTime |
Output only. When the version is obsolete. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
State
Possible states of a TerraformVersion.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
ACTIVE |
The version is actively supported. |
DEPRECATED |
The version is deprecated. |
OBSOLETE |
The version is obsolete. |
Methods |
|
---|---|
|
Gets details about a TerraformVersion . |
|
Lists TerraformVersion s in a given project and location. |