Skip to content

Commit 77fa3a3

Browse files
committed
fix upgrade doc
1 parent 2dc2c87 commit 77fa3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following examples demonstrate some of the changes that users can elect to m
5656

5757
```hcl
5858
module "kms" {
59-
source = "terraform-aws-modules/rds/aws"
59+
source = "terraform-aws-modules/kms/aws"
6060
version = "~> 3.0"
6161
6262
# Only the affected attributes are shown
@@ -112,7 +112,7 @@ module "kms" {
112112

113113
```hcl
114114
module "kms" {
115-
source = "terraform-aws-modules/rds/aws"
115+
source = "terraform-aws-modules/kms/aws"
116116
version = "~> 4.0"
117117
118118
key_statements = [

0 commit comments

Comments
 (0)