Skip to content

Commit

Permalink
cluster_autoscaling.auto_provisioning_defaults.* -> optional/computed (
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored and Nathan Klish committed May 18, 2020
1 parent 74fdf68 commit 6ab09f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/inspec
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,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 6ab09f0

Please sign in to comment.