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

Address Terraform state management aspects for infrastructure reproducibility #5

Closed
d33bs opened this issue Jan 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Jan 26, 2023

After applying changes to cloud infrastructure, Terraform provides infrastructure state data which is used to determine how or what changes might be necessary. This issue focuses on expanding content within this repo to address state management programmatically, enabling infrastructure-as-code collaboration and administration where necessary.

@d33bs d33bs added the enhancement New feature or request label Jan 26, 2023
d33bs added a commit to d33bs/gc-cloud-storage-bucket that referenced this issue Sep 19, 2023
* update existing tf to new location

* add prep dir with state mgmt bucket

* add hashicorp dir ignores

* versions and lock file

* rename to state-management dir

* additional tf ignore

* add state management instructions

* state management bucket naming

* single tf bucket var name

* update lockfile

* pre-commit image source image pin

* tf backend comment

* simplify state mgmt language

Co-Authored-By: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>

* use specific version of dagger gh-action

---------

Co-authored-by: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>
d33bs added a commit that referenced this issue Sep 19, 2023
* Initial commit

* Add gsutil script and Assay.Works specifics (#1)

* changes for assayworks project specifics

* update shell script with bucket name

* detemplatize; gsutil instructions

* assay works docs context; simplify source dir

* Move to .bat file and add Terraform role for bucket permissions (#2)

* changes for assayworks project specifics

* update shell script with bucket name

* detemplatize; gsutil instructions

* assay works docs context; simplify source dir

* bucket.get svc-acct role binding

* move gsutil work from .sh to .bat file

Co-Authored-By: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>

* linting; remove shellcheck

* rename gsutil file, remove .sh file

* remove shellcheck

Co-authored-by: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>

* Add multi-threading option for gsutil command (#3)

* add multi-threaded option for gsutil

* add docs for gsutil options

* Adds documentation for Way Lab rclone usage (#4)

* add way lab docs; reorganize utilities dir

also add new repo diagram to increase role-based context understanding

* linting change

* Add Terraform state management resources and documentation (#5)

* update existing tf to new location

* add prep dir with state mgmt bucket

* add hashicorp dir ignores

* versions and lock file

* rename to state-management dir

* additional tf ignore

* add state management instructions

* state management bucket naming

* single tf bucket var name

* update lockfile

* pre-commit image source image pin

* tf backend comment

* simplify state mgmt language

Co-Authored-By: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>

* use specific version of dagger gh-action

---------

Co-authored-by: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>

* Merge updates from 'gc-durbinlab-bucket/main'

* rename and move files for template

* update pre-commit deps

* docs lint

* ignore root terraform dir for pre-commit md lint

* remove locks

* data provider and receiver docs updates

* poetry project updates

* tf image updaet

* image linting docs update

* update readme for accurate role descriptions

* generic bucket name replacements

* update terraform provider versions + docs

* Apply suggestions from code review

Co-authored-by: Faisal Alquaddoomi <falquaddoomi@gmail.com>

* add note about service account credential location

* ignore the tf created svc account credential file

---------

Co-authored-by: Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>
Co-authored-by: Faisal Alquaddoomi <falquaddoomi@gmail.com>
@d33bs
Copy link
Member Author

d33bs commented Sep 19, 2023

This was added via the merge of #9 .

@d33bs d33bs closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant