mark1000
mark1000
Triaging for v3. Waiting for more specific examples to document.
If you run a command and it fails and you get a note about a lock ID, run the following command with the lock ID. https://www.terraform.io/docs/cli/commands/force-unlock.html https://github.com/terraform-google-modules/terraform-example-foundation/issues/494#issuecomment-874399657 Don't use rm,...
terraform state pull taint terraform state push
The "taint" command has a note about preferring "replace." https://www.terraform.io/docs/cli/commands/taint.html Thoughts on this?
Add new step 9 to top. The following gives the user permissions to run the terraform locally with the serviceAccountTokenCreator permission. gcloud iam service-accounts add-iam-policy-binding $PROJECT_SERVICE_ACCOUNT --project $PROJECT --member="user:$(gcloud auth...
Top of file https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/5-app-infra
Trying to understand what needs to be documented. Is it the case that if the user gets the listed error message, they should delete the project name from .tfstate and...