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
Copy file name to clipboardExpand all lines: google/services/networkmanagement/resource_network_management_vpc_flow_logs_config.go
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ for resource type 'networkmanagement.googleapis.com/VpcFlowLogsConfig'.`,
76
76
Computed: true,
77
77
Optional: true,
78
78
Description: `Optional. The aggregation interval for the logs. Default value is
79
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN"`,
79
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN`,
80
80
},
81
81
"description": {
82
82
Type: schema.TypeString,
@@ -135,7 +135,8 @@ logs. Can only be specified if \"metadata\" was set to CUSTOM_METADATA.`,
135
135
Computed: true,
136
136
Optional: true,
137
137
Description: `Optional. The state of the VPC Flow Log configuration. Default value
138
-
is ENABLED. When creating a new configuration, it must be enabled. Possible`,
138
+
is ENABLED. When creating a new configuration, it must be enabled.
139
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED`,
139
140
},
140
141
"vpn_tunnel": {
141
142
Type: schema.TypeString,
@@ -158,6 +159,16 @@ is ENABLED. When creating a new configuration, it must be enabled. Possible`,
158
159
Computed: true,
159
160
Description: `Identifier. Unique name of the configuration using the form: 'projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}'`,
160
161
},
162
+
"target_resource_state": {
163
+
Type: schema.TypeString,
164
+
Computed: true,
165
+
Description: `Describes the state of the configured target resource for diagnostic
166
+
purposes.
167
+
Possible values:
168
+
TARGET_RESOURCE_STATE_UNSPECIFIED
169
+
TARGET_RESOURCE_EXISTS
170
+
TARGET_RESOURCE_DOES_NOT_EXIST`,
171
+
},
161
172
"terraform_labels": {
162
173
Type: schema.TypeMap,
163
174
Computed: true,
@@ -387,6 +398,9 @@ func resourceNetworkManagementVpcFlowLogsConfigRead(d *schema.ResourceData, meta
0 commit comments