Skip to content

Commit

Permalink
add comma for bad build (GoogleCloudPlatform#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored and betsy-lichtenberg committed Apr 25, 2022
1 parent d8bed36 commit 81b7789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func resourceComposerEnvironment() *schema.Resource {
},
"region": {
Type: schema.TypeString,
Computed: true
Computed: true,
Optional: true,
ForceNew: true,
Description: `The location or Compute Engine region for the environment.`,
Expand Down

0 comments on commit 81b7789

Please sign in to comment.