Add deletion_policy to project module (#2502)

* Replace skip_delete with deletion_policy

* Fix blueprints

* Update apigee blueprint readme

* Remove skip_delete from test inventories
This commit is contained in:
Julio Castillo
2024-08-16 18:33:39 +02:00
committed by GitHub
parent 3cf8889967
commit 0420dec32f
128 changed files with 283 additions and 264 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.40.0, < 6.0.0" # tftest
version = ">= 5.41.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.40.0, < 6.0.0" # tftest
version = ">= 5.41.0, < 6.0.0" # tftest
}
}
}