File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ anthos-fleet-management: added option `mesh: control_plane` to resource `google_gke_hub_feature_membership`.
3
+ ```
Original file line number Diff line number Diff line change 3
3
4
4
require (
5
5
cloud.google.com/go/bigtable v1.17.0
6
- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.26.4
6
+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.27.1
7
7
github.com/apparentlymart/go-cidr v1.1.0
8
8
github.com/client9/misspell v0.3.4
9
9
github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
55
55
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
56
56
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rWPdisA5ynNEsoARbiCBOyGcJM4/OzsM =
57
57
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 /go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs =
58
- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.26.4 h1:nP8L2TqVbGehmlt6sfYiu4BKE0lJrGW1RrtP9/+FwfY =
59
- github.com/GoogleCloudPlatform/declarative-resource-client-library v1.26.4 /go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k =
58
+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.27.1 h1:cjRzz6gP7oxlYq+GEEhOU5HCNlG4Wc+jKxllKFayJBA =
59
+ github.com/GoogleCloudPlatform/declarative-resource-client-library v1.27.1 /go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k =
60
60
github.com/Masterminds/goutils v1.1.0 /go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU =
61
61
github.com/Masterminds/semver v1.4.2 /go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
62
62
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww =
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ resource "google_gke_hub_feature_membership" "feature_member" {
105
105
membership = google_gke_hub_membership.membership.membership_id
106
106
mesh {
107
107
management = "MANAGEMENT_AUTOMATIC"
108
+ control_plane = "AUTOMATIC"
108
109
}
109
110
provider = google-beta
110
111
}
@@ -271,6 +272,10 @@ The following arguments are supported:
271
272
(Optional)
272
273
Whether to automatically manage Service Mesh. Can either be ` MANAGEMENT_AUTOMATIC ` or ` MANAGEMENT_MANUAL ` .
273
274
275
+ * ` control_plane ` -
276
+ (Optional)
277
+ Whether to automatically manage Service Mesh Control Plane. Can either be ` AUTOMATIC ` or ` MANUAL ` .
278
+
274
279
## Attributes Reference
275
280
276
281
In addition to the arguments listed above, the following computed attributes are exported:
You can’t perform that action at this time.
0 commit comments