Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make the audit role template_url configurable #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions examples/pipeline/scripts/generate_regions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ else
REPO=github.com/primeharbor/org-kickstart//modules/security_services?ref=$VERSION
fi

REPO=/Users/chris/AWS/org-kickstart/modules/security_services
Copy link
Author

@JonZeolla JonZeolla Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this was an unintentional leave-behind from troubleshooting or maybe bootstrapping the project


REGIONS=`aws ec2 describe-regions | jq -r '.Regions[].RegionName'`

# Over write the existing files because we can't have duplicates
Expand Down Expand Up @@ -73,4 +71,4 @@ EOF

done

echo "You may need to re-run terraform init"
echo "You may need to re-run terraform init"