Skip to content

Commit

Permalink
Make workload_metadata_config computed (#3713) (#2242)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jun 26, 2020
1 parent 9eb8807 commit 2bff074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3713.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
container: fixed an issue in `google_container_cluster` where `workload_metadata_config` would cause a permadiff
```
1 change: 1 addition & 0 deletions google-beta/node_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func schemaNodeConfig() *schema.Schema {
},

"workload_metadata_config": {
Computed: true,
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
Expand Down

0 comments on commit 2bff074

Please sign in to comment.