Skip to content

Commit

Permalink
Merge pull request #19994 from jphuynh/r_mwaa_kms_forcenew
Browse files Browse the repository at this point in the history
r/aws_mwaa_environment: Changing the KMS key used by MWAA should force recreation of the Airflow environment
  • Loading branch information
ewbankkit authored Jun 29, 2021
2 parents 8979ce9 + dfbff59 commit ccc13f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/19994.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_mwaa_environment: Changes to the `kms_key` argument force resource recreation
```
1 change: 1 addition & 0 deletions aws/resource_aws_mwaa_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func resourceAwsMwaaEnvironment() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validateArn,
ForceNew: true,
},
"last_updated": {
Type: schema.TypeList,
Expand Down

0 comments on commit ccc13f5

Please sign in to comment.