Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 28, 2024
1 parent ce92843 commit 478cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_set_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for module_dir in "$MODULES_DIR"/*; do
elif [ "$STEP_NAME" = "resources" ]; then
rm -rf "$module_dir/iam.tf"
echo " Removed iam.tf"
echo '\noutput "policy_document" { value = null }' >> outputs.tf
echo 'output "policy_document" { value = null }' >> outputs.tf
echo " Added null output policy_document to outputs.tf"
fi
fi
Expand Down

0 comments on commit 478cc26

Please sign in to comment.