File tree 3 files changed +6
-3
lines changed
tfplan2cai/converters/google/resources/services/workbench
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/hashicorp/hcl/v2 v2.20.1
12
12
github.com/hashicorp/terraform-json v0.22.1
13
13
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
14
- github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813184931-59e42064e8ad
14
+ github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813201407-f2425b4433f6
15
15
github.com/mitchellh/go-homedir v1.1.0 // indirect
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh
190
190
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 /go.mod h1:H+8tjs9TjV2w57QFVSMBQacf8k/E1XwLXGCARgViC6A =
191
191
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c =
192
192
github.com/hashicorp/terraform-plugin-testing v1.5.1 /go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0 =
193
- github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813184931-59e42064e8ad h1:hmc1bRS4Su2tQtAp0WIF8ZN3Z1tnQ4e1A2d8DuCdUX4 =
194
- github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813184931-59e42064e8ad /go.mod h1:IkI2dOHongwQ2RIUyitBH4rDJvYBuClAoFCheApCTpY =
193
+ github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813201407-f2425b4433f6 h1:SLS0h0Io1bzZmjS0JGG6GRe+7Szi1t8ydbBUZXnG9EE =
194
+ github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20240813201407-f2425b4433f6 /go.mod h1:IkI2dOHongwQ2RIUyitBH4rDJvYBuClAoFCheApCTpY =
195
195
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI =
196
196
github.com/hashicorp/terraform-registry-address v0.2.3 /go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM =
197
197
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ =
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
55
55
"agent-health-check-interval-seconds" ,
56
56
"agent-health-check-path" ,
57
57
"container" ,
58
+ "cos-update-strategy" ,
58
59
"custom-container-image" ,
59
60
"custom-container-payload" ,
60
61
"data-disk-uri" ,
@@ -73,6 +74,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
73
74
"generate-diagnostics-bucket" ,
74
75
"generate-diagnostics-file" ,
75
76
"generate-diagnostics-options" ,
77
+ "google-logging-enabled" ,
76
78
"image-url" ,
77
79
"install-monitoring-agent" ,
78
80
"install-nvidia-driver" ,
@@ -95,6 +97,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
95
97
"report-system-status" ,
96
98
"restriction" ,
97
99
"serial-port-logging-enable" ,
100
+ "service-account-mode" ,
98
101
"shutdown-script" ,
99
102
"title" ,
100
103
"use-collaborative" ,
You can’t perform that action at this time.
0 commit comments