Skip to content

Commit

Permalink
cluster_autoscaling.auto_provisioning_defaults.* -> optional/computed (
Browse files Browse the repository at this point in the history
…#5486)

Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Nathan McKinley <nmckinley@google.com>
  • Loading branch information
modular-magician and nat-henderson committed Jan 24, 2020
1 parent de33b20 commit 411175b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ func resourceContainerCluster() *schema.Resource {
"oauth_scopes": {
Type: schema.TypeList,
Optional: true,
Computed: true,
Elem: &schema.Schema{Type: schema.TypeString},
DiffSuppressFunc: containerClusterAddedScopesSuppress,
ExactlyOneOf: []string{
Expand Down

0 comments on commit 411175b

Please sign in to comment.