Skip to content

Commit

Permalink
Merge pull request #541 from bcgov/chore/540-migrate-terraform
Browse files Browse the repository at this point in the history
Chore/540 migrate terraform
  • Loading branch information
pbastia authored Feb 23, 2024
2 parents d0e01a5 + a638944 commit 8ad3136
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ ENV/
env.bak/
venv.bak/
.DS_Store

# Terraform cache and files from local and migration runs
.terraform/
*.tfstate
*.tfvars
.terraform.lock.hcl
credentials.json
terraform/*.sh
8 changes: 8 additions & 0 deletions helm/cas-ggircs/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@
.idea/
*.tmproj
.vscode/

# Terraform files from local and migration runs
.terraform/
*.tfstate
*.tfvars
.terraform.lock.hcl
credentials.json
terraform/*.sh
11 changes: 7 additions & 4 deletions helm/cas-ggircs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: cas-postgres
repository: https://bcgov.github.io/cas-postgres/
version: 0.8.4
version: 0.9.1
- name: cas-airflow-dag-trigger
repository: https://bcgov.github.io/cas-airflow
version: 1.0.7
Expand All @@ -13,6 +13,9 @@ dependencies:
version: 1.0.7
- name: nginx-sidecar
repository: https://bcgov.github.io/cas-template-app
version: 0.1.11
digest: sha256:c7dc1e8c4fbf1bf21d90a65cb5ba7ba4fc000bb90871b38a36eb6cc741ec2b96
generated: "2022-11-21T16:37:17.52439258-08:00"
version: 0.1.13
- name: terraform-bucket-provision
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.2
digest: sha256:91c8c7af10b7b704a6d351a5a3a54cbbcdf25675ce901d3a697710fac6e3a565
generated: "2024-02-22T20:15:55.636682439-07:00"
5 changes: 4 additions & 1 deletion helm/cas-ggircs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.2.32
appVersion: 1.17.0
dependencies:
- name: cas-postgres
version: "0.8.4"
version: "0.9.1"
repository: https://bcgov.github.io/cas-postgres/
- name: cas-airflow-dag-trigger
version: 1.0.7
Expand All @@ -26,3 +26,6 @@ dependencies:
- name: nginx-sidecar
repository: https://bcgov.github.io/cas-template-app
version: 0.1.13
- name: terraform-bucket-provision
version: "0.1.2"
repository: https://bcgov.github.io/cas-pipeline/
4 changes: 4 additions & 0 deletions helm/cas-ggircs/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ persistence:
nginx-sidecar:
hostName: cas-ggircs-dev.apps.silver.devops.gov.bc.ca

terraform-bucket-provision:
terraform:
namespace_apps: '["ggircs-backups", "eccc-swrs-import"]'
4 changes: 4 additions & 0 deletions helm/cas-ggircs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ nginx-sidecar:
caAccountEmail: [email protected]
storageClassName: netapp-file-standard
renewalDays: 60

terraform-bucket-provision:
terraform:
namespace_apps: '["ggircs-backups", "swrs-import"]'

0 comments on commit 8ad3136

Please sign in to comment.