We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc2c87 commit 77fa3a3Copy full SHA for 77fa3a3
UPGRADE-4.0.md
@@ -56,7 +56,7 @@ The following examples demonstrate some of the changes that users can elect to m
56
57
```hcl
58
module "kms" {
59
- source = "terraform-aws-modules/rds/aws"
+ source = "terraform-aws-modules/kms/aws"
60
version = "~> 3.0"
61
62
# Only the affected attributes are shown
@@ -112,7 +112,7 @@ module "kms" {
112
113
114
115
116
version = "~> 4.0"
117
118
key_statements = [
0 commit comments