Skip to content

Commit

Permalink
Remove some cleanup code.
Browse files Browse the repository at this point in the history
We only experimented with that in robco-ensonic. No need to run this for all projects,
  • Loading branch information
ensonic committed Dec 4, 2024
1 parent 57c95fc commit 1601671
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ function terraform_apply {
# We've stopped managing Google Cloud projects in Terraform, make sure they
# aren't deleted.
terraform_exec state rm google_project.project 2>/dev/null || true
# echo "Importing CA resources"
# echo -n "CA: "
terraform_exec state rm google_privateca_certificate_authority.ca 2>/dev/null || true
# terraform_exec import google_privateca_certificate_authority.ca robco-ensonic/europe-west1/robco-ensonic-ca-pool/robco-ensonic-ca
# echo -n "CA Pool: "
# terraform_exec state rm google_privateca_ca_pool.ca_pool
# terraform_exec import google_privateca_ca_pool.ca_pool robco-ensonic/europe-west1/robco-ensonic-ca-pool

terraform_exec apply ${TERRAFORM_APPLY_FLAGS} \
|| die "terraform apply failed"
Expand Down

0 comments on commit 1601671

Please sign in to comment.