diff --git a/bamboo/bootstrap-integration-tests.sh b/bamboo/bootstrap-integration-tests.sh index 3c602188ceb..f39c7720157 100755 --- a/bamboo/bootstrap-integration-tests.sh +++ b/bamboo/bootstrap-integration-tests.sh @@ -21,8 +21,11 @@ if [[ $USE_TERRAFORM_ZIPS == true ]]; then sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus_ecs_service/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus-ecs-service.zip\/\//g" *.tf # Update to use cumulus core module sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/cumulus/g" *.tf + + ## [MHS, 04/29/2021] fix cumulus_distribution package not released separately. + sed -i "s/source[ ]*= \"..\/..\/tf-modules\/cumulus_distribution\"/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/cumulus_distribution\"/g" *.tf # Update to use distribution module - sed -i "s/source[ ]*= \"..\/..\/tf-modules\/distribution/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus-distribution.zip\/\//g" *.tf + sed -i "s/source[ ]*= \"..\/..\/tf-modules\/distribution/source = \"https:\/\/github.com\/nasa\/cumulus\/releases\/download\/$VERSION_FLAG\/terraform-aws-cumulus.zip\/\/tf-modules\/distribution\"/g" *.tf ## Update data-persistence cd ../data-persistence-tf