We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f002a commit be08779Copy full SHA for be08779
modules/data_warehouse/main.tf
@@ -16,7 +16,7 @@
16
17
module "project-services" {
18
source = "terraform-google-modules/project-factory/google//modules/project_services"
19
- version = "14.4"
+ version = "~> 14.4"
20
disable_services_on_destroy = false
21
22
project_id = var.project_id
0 commit comments