From b8356190153236cd5c3cb6cc9b8c6cf2bf4f8f6e Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 26 Apr 2022 15:40:34 -0400 Subject: [PATCH] update --- bin/REAMDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/REAMDE.md b/bin/REAMDE.md index 208d1df..df3a35a 100644 --- a/bin/REAMDE.md +++ b/bin/REAMDE.md @@ -2,6 +2,9 @@ ## upgrade-s3-provider.sh +* Terraform References + * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade#s3-bucket-refactor + This is used when converting from the Terraform AWS provider v3 to v4. Currently, it is in conjunction with using the `?ref=3` on the `source` call for the module. @@ -65,3 +68,5 @@ Once you have converted them, if you've made the link to the current directory, rm ./upgrade-s3-provider.sh ``` + +#