Closed maiconrocha closed 6 months ago
I have added Terratest scripts on the last commit to close https://github.com/aws-ia/terraform-aws-mwaa/issues/5
Test Results:
TestExamplesBasic 2023-09-26T09:56:33+09:30 logger.go:66: Destroy complete! Resources: 33 destroyed.
TestExamplesBasic 2023-09-26T09:56:33+09:30 logger.go:66:
Steps to follow: To configure dependencies, run:
cd test
go mod init "
To run the tests:
cd test go test mwaa_test.go -v -timeout 60m
@maiconrocha please resolve conflicts so that we can merge the PR
@vara-bonthu done
What does this PR do?
bump vpc module to use v5 to fix https://github.com/hashicorp/terraform/issues/31730 adding aws_s3_bucket_ownership_controls resource to fix https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/223
Overcome deprecation warnings
Motivation
Errors being faced when running the basic example
More
pre-commit run -a
with this PRFor Moderators
Additional Notes