Skip to content

Commit 32c789d

Browse files
Upgrade DCL version to 1.11.0 (#6142) (#11914)
Signed-off-by: Modular Magician <[email protected]>
1 parent 02ec2b2 commit 32c789d

File tree

102 files changed

+1436
-36945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1436
-36945
lines changed

.changelog/6142.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
clouddeploy: added `suspend` field to `google_clouddeploy_delivery_pipeline` resource
3+
```

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/hashicorp/terraform-provider-google
22
require (
33
cloud.google.com/go/bigtable v1.13.0
4-
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.10.3
4+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.11.0
55
github.com/apparentlymart/go-cidr v1.1.0
66
github.com/client9/misspell v0.3.4
77
github.com/davecgh/go-spew v1.1.1

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1513,3 +1513,5 @@ rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
15131513
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
15141514
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.10.3 h1:DsRf9bbXlHZVSWosvXwFLvtWdNTvIK/Ssbf8JWnrb/o=
15151515
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.10.3/go.mod h1:UJoDYx6t3+xCOd+dZX8+NrEB+Y/eW1pQlvxh2Gt7y5E=
1516+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.11.0 h1:ZGyOhpvdhu9P7KFR3GtqresK5WyCX5bRP3AwCsRTjqw=
1517+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.11.0/go.mod h1:UJoDYx6t3+xCOd+dZX8+NrEB+Y/eW1pQlvxh2Gt7y5E=

google/dcl.go

-20
This file was deleted.

google/dcl_logger.go

-38
This file was deleted.

google/expanders.go

-65
This file was deleted.

google/flatteners.go

-13
This file was deleted.

google/orgpolicy_utils.go

-28
This file was deleted.

0 commit comments

Comments
 (0)