Skip to content

Commit

Permalink
Add forceNew attr
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 25, 2023
1 parent 21a591e commit a125447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/resource_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func resourceServiceAccount() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Description: descriptions["admin"],
ForceNew: true,
},
"private_key_data": {
Type: schema.TypeString,
Expand Down

0 comments on commit a125447

Please sign in to comment.