-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added Backend Configuration to Terraform #595
Draft
alexrdrgz
wants to merge
23
commits into
develop
Choose a base branch
from
ar-587-terraform-backend-config
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6bbd79f
refact(terraform): restructured terraform directory and cloudfront mo…
alexrdrgz 1787a62
feat(variables.tf): changed values of vars and added environment folder
alexrdrgz ed18fd1
feat(test.tfvars): made web domain name be set by env file
alexrdrgz f1ca598
chore(terraform): pushing to make sure all changes are pushed
alexrdrgz 5053087
feat(variables.tf): refactored var values to be located in .tfvars file
alexrdrgz 634f410
feat(terraform): refactored to use environment files
alexrdrgz 62e78fc
feat(variables.tf): added new variables to pass to cloudfront gh modules
alexrdrgz 7fe1ef9
feat(main.tf): refactored so github name is not stored in vars
alexrdrgz c6193bd
refact(staging.tfvars): deleted values that were used to test deployment
alexrdrgz 3854524
refact(vazriables.tf): deleted unused var
alexrdrgz 26c6ad2
refact(main.tf): changed value to be a placeholder value
alexrdrgz 7b97c82
refact(--profile): deleted unneccessary file
alexrdrgz fe5a678
feat(varaiables.tf): added environment var for tagging purposes
alexrdrgz 034cc6c
refact(staging.tfvars): added example value to tfvars file
alexrdrgz 2bb6e52
refact(main.tf): got rid of string interpolation
alexrdrgz 35bc95e
feat(variables.tf): changed policy to react-boilerplate-client cors p…
alexrdrgz 59df629
feat(environment): added backend config files, added terraform plan a…
alexrdrgz c17ac10
feat(environment/.conf): replaced web domain with generic values
alexrdrgz 1e1504a
feat(terraform): fixing merging conflicts
alexrdrgz aefc216
feat(readme): updated docs and naming conventions for npm scripts
alexrdrgz 1191f80
feat(.gitigon): removed tf lock file, updated some documnetaion
alexrdrgz b6ebd29
featpushing latest chagesn
alexrdrgz 8500ee6
feat(yarn.lock): removed from git tracking
alexrdrgz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# production site domain, livesite.com | ||
web_domain_name = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bucket = "production-terraform-state" | ||
key = "<test-production-boilerplate-client-react>/terraform.tfstate" | ||
region = "us-west-2" | ||
profile = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bucket = "shift3-terraform-state" | ||
key = "<test-staging-boilerplate-client-react>/terraform.tfstate" | ||
region = "us-west-2" | ||
profile = "BWTC-Developer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
terra:init-wrks
needed here? Was this added to test?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah and for the pre-provision