Created
March 3, 2019 20:23
-
-
Save 100daysofdevops/eea5e532c54389f815948fa9d1764f8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ terraform plan | |
| Refreshing Terraform state in-memory prior to plan... | |
| The refreshed state will be used to calculate this plan, but will not be | |
| persisted to local or remote state storage. | |
| aws_kms_key.rds-key: Refreshing state... (ID: 9731dd04-5859-430b-aa92-c27c517ecb10) | |
| data.aws_kms_secret.rds: Refreshing state... | |
| data.aws_availability_zones.available: Refreshing state... | |
| aws_kms_alias.rds-kms-alias: Refreshing state... (ID: alias/rds-kms-key) | |
| Error: Error refreshing state: 1 error(s) occurred: | |
| * data.aws_kms_secret.rds: 1 error(s) occurred: | |
| * data.aws_kms_secret.rds: data.aws_kms_secret.rds: This data source has been replaced with the `aws_kms_secrets` data source. Upgrade information is available at: https://www.terraform.io/docs/providers/aws/guides/version-2-upgrade.html#data-source-aws_kms_secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment