We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc0285 commit 38bc6ddCopy full SHA for 38bc6dd
main.tf
@@ -113,7 +113,7 @@ data "google_storage_project_service_account" "gcs_account" {
113
module "kms" {
114
count = var.encrypt_gcs_bucket_tfstate ? 1 : 0
115
source = "terraform-google-modules/kms/google"
116
- version = "~> 3.2"
+ version = "~> 4.0"
117
118
project_id = module.seed_project.project_id
119
location = var.default_region
0 commit comments