Skip to content

Commit

Permalink
cluster_autoscaling.auto_provisioning_defaults.* -> optional/computed
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
nat-henderson authored and modular-magician committed Jan 23, 2020
1 parent de33b20 commit a20fdcf
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 a20fdcf

Please sign in to comment.