Skip to content

Commit

Permalink
Merge pull request #7 from tsolotsolov/patch-1
Browse files Browse the repository at this point in the history
Set update strategy for resourceEncryptContent
  • Loading branch information
syndbg authored Jul 1, 2022
2 parents ae10498 + 41a373c commit d5fbec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_encrypt_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func resourceEncryptContent() *schema.Resource {
"plaintext": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"encrypted": {
Type: schema.TypeString,
Expand Down

0 comments on commit d5fbec9

Please sign in to comment.