Module: Google::Cloud::ConfigService::V1::TerraformVersion::State

Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Possible states of a TerraformVersion.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
ACTIVE =

The version is actively supported.

1
DEPRECATED =

The version is deprecated.

2
OBSOLETE =

The version is obsolete.

3