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. |
support |
Output only. When the version is supported. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deprecate |
Output only. When the version is deprecated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
obsolete |
Output only. When the version is obsolete. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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. |