Closed Ileriayo closed 1 year ago
thank you for the PR but this is not a valid change - this is an example and users are responsible for configuring the provider to suite their requirements
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
This change adds profile and region variables so that the user can specify which AWS account on their machine they would like to use. It also updates the
terraform.tfvars.sample
to include variables for using GitHub apps instead of Personal Access Tokens.Motivation and Context
A user may have more than one AWS account and would like to use either. This change allows them to specify which AWS profile to use, other than the
default
profile. It also allows you to specify a region rather than hard-coding it. If no region is specified, the original hard-coded region has been made the default.Breaking Changes
No breaking changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request