v17.0.0.0
-
Upgrade to Cumulus v17.0.0
-
Upgrade terraform modules to use AWS provider version 5.0
-
Remove data-migration1 from repo
-
Add terraform resources to create bucket policies allowing CloudFront OAI's
read access to distribution buckets. -
NOTE At the time of this release, the current version of the dmrpp v4.1.0 workflow definition, and earlier versions, do not work with Cumulus v17.0.0 due to an AWS provider mismatch that can't be automatically resolved.
An issue has been opened to resolve the issue.
There is a temporary workaround. Runmake plan-workflows
to download the dmrpp-generator task. Then edit theCIRRUS-DAAC/workflows/.terraform/modules/dmrpp-generator.dmrpp_service.dmrpp_service/main.tf
file. Replace these lines:
aws = {
source = "hashicorp/aws"
version = "~> 3.0,!= 3.14.0"
}
with these
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
the next make workflows
should work.