Skip to content

Commit

Permalink
Move production state to gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrite committed Feb 19, 2025
1 parent 387c27c commit ce73013
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 25,566 deletions.
4 changes: 4 additions & 0 deletions iac/cal-itp-data-infra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ plan:
.PHONY: apply
apply:
$(call FOREACH,apply)

.PHONY: fmt
fmt:
$(call FOREACH,fmt)
5 changes: 5 additions & 0 deletions iac/cal-itp-data-infra/disks/us/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ terraform {
version = "~> 4.59.0"
}
}

backend "gcs" {
bucket = "calitp-prod-gcp-components-tfstate"
prefix = "cal-itp-data-infra/disks"
}
}
2,593 changes: 0 additions & 2,593 deletions iac/cal-itp-data-infra/disks/us/terraform.tfstate

This file was deleted.

5 changes: 5 additions & 0 deletions iac/cal-itp-data-infra/firewall/us/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ terraform {
version = "~> 4.59.0"
}
}

backend "gcs" {
bucket = "calitp-prod-gcp-components-tfstate"
prefix = "cal-itp-data-infra/firewall"
}
}
807 changes: 0 additions & 807 deletions iac/cal-itp-data-infra/firewall/us/terraform.tfstate

This file was deleted.

5 changes: 5 additions & 0 deletions iac/cal-itp-data-infra/gcs/us/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ terraform {
version = "~> 4.59.0"
}
}

backend "gcs" {
bucket = "calitp-prod-gcp-components-tfstate"
prefix = "cal-itp-data-infra/gcs"
}
}
Loading

0 comments on commit ce73013

Please sign in to comment.