Skip to content

Commit

Permalink
Merge pull request #54 from Discngine/replace-kubectl-provider
Browse files Browse the repository at this point in the history
replace provider
  • Loading branch information
aphilippejolivel authored Jul 23, 2024
2 parents d89b970 + 80e8dca commit 134d464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/discngine-3decision-existing-vpc.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,8 @@ Resources:
sudo yum install jq -y
terraform state replace-provider --auto-approve registry.terraform.io/gavinbunney/kubectl registry.terraform.io/alekc/kubectl
terraform state rm module.storage[\"redis\"].aws_s3_bucket.bucket
terraform state pull > terraform.tfstate
final_snapshot_value=$(jq -r '.resources[] | select(.name == "public_data") | .instances[0].attributes.final_snapshot' terraform.tfstate)
Expand Down

0 comments on commit 134d464

Please sign in to comment.