examples(tf-pg-backend): added terraform pg backend with state lock #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "examples/terraform-pg-state-locking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This example demonstrates how to configure STACKIT PostgreSQL Flex as a Terraform backend with native state locking.
Checklist
Maintainer.md is missing. Each example needs a maintainer. E.g. https://professional-service.git.onstackit.cloud/professional-service-best-practices/professional-service/src/branch/main/examples/dbaas-otel-collect-metrics/MAINTAINERS.md
Run pre-commit locally to fmt files:
pre-commit run --all-files
Also run pre-commit install to have pre-commit setup in place