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 b022193 commit 666b049Copy full SHA for 666b049
test/fixtures/automatic-labelling-folder/main.tf
@@ -17,7 +17,7 @@
17
module "automatic_labelling_folder" {
18
source = "../../../examples/automatic-labelling-folder"
19
20
- project_id = var.project_id
21
- folder_id = var.sub_folder_id
22
- region = var.region
+ project_id = var.project_id
+ sub_folder_id = var.sub_folder_id
+ region = var.region
23
}
test/fixtures/dynamic-files/main.tf
@@ -18,6 +18,5 @@ module "dynamic_files" {
source = "../../../examples/dynamic-files"
project_id = var.project_id
- folder_id = var.folder_id
region = var.region
0 commit comments