We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should be done after: #1613
TODO:
nullable = false
ephemeral
Upgrade instructions:
cd infra/terraform vim .terraform-version vim versions.tf export HTTPS_PROXY=socks5://127.0.0.1:1122 # optionally tfenv install tfenv list tfenv uninstall <previous version> terraform init terraform plan -out terraform.tfplan terraform apply terraform.tfplan docker run -e VAULT_PASSWORD="$(cat ../../src/main/scripts/ci/ansible/ci-pass.txt)" -v "$PWD:/data/mystamps" -w /data/mystamps --rm -it ansible:2.10.17 ansible-vault encrypt --vault-password-file vault-pass.txt --output terraform-data/terraform.tfstate.enc terraform.tfstate <exit shell> cd terraform-data git commit -a git push cd - git commit -a
The text was updated successfully, but these errors were encountered:
ci: update Terraform to 1.0.11
96a4694
Changelogs: - https://www.hashicorp.com/blog/announcing-hashicorp-terraform-1-0-general-availability - https://www.terraform.io/language/upgrade-guides/1-0 - https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md Part of #1720 [skip ci]
ci: update Terraform to 1.1.9
527fcdf
Changelogs: - https://www.terraform.io/language/upgrade-guides/1-1 - https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md - https://www.hashicorp.com/blog/terraform-1-1-improves-refactoring-and-the-cloud-cli-experience Part of #1720 [skip ci]
php-coder
No branches or pull requests
Should be done after: #1613
TODO:
nullable = false
(https://developer.hashicorp.com/terraform/language/values/variables#disallowing-null-input-values) (resolution: it seem like it's intended mostly for modules and as we don't use them, we won't have much benefits out of it)ephemeral
(https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state)Upgrade instructions:
The text was updated successfully, but these errors were encountered: