We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72e56c commit dcf4a52Copy full SHA for dcf4a52
.github/workflows/contract-testing.yaml
@@ -904,7 +904,7 @@ jobs:
904
terraform_version: "1.10.2"
905
- name: setup Atlas Init CLI
906
run: |
907
- uv pip install -U atlas-init==0.4.0 cloudformation-cli cloudformation-cli-go-plugin setuptools --system
+ uv pip install -U atlas-init==0.4.1 cloudformation-cli cloudformation-cli-go-plugin setuptools --system
908
mkdir -p profiles/${{ env.ATLAS_INIT_PROFILE }}
909
echo "ATLAS_INIT_PROFILES_PATH=$(pwd)/profiles" >> "$GITHUB_ENV"
910
- name: atlas-init-init
0 commit comments