Skip to content

Commit 62d0496

Browse files
committed
chore: added test fixtures
1 parent 54a51b7 commit 62d0496

File tree

1 file changed

+6
-7
lines changed
  • test/fixtures/simple-composer-env-v3

1 file changed

+6
-7
lines changed

test/fixtures/simple-composer-env-v3/main.tf

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
module "simple-composer" {
1818
source = "../../../examples/simple_composer_env_v3"
1919

20-
project_id = var.project_id
21-
composer_env_name = "composer-env-${random_id.random_suffix.hex}"
22-
region = var.region
23-
composer_service_account = var.composer_sa
24-
network = google_compute_network.main.name
25-
subnetwork = google_compute_subnetwork.main.name
26-
create_network_attachment = true
20+
project_id = var.project_id
21+
composer_env_name = "composer-env-${random_id.random_suffix.hex}"
22+
region = var.region
23+
composer_service_account = var.composer_sa
24+
network = google_compute_network.main.name
25+
subnetwork = google_compute_subnetwork.main.name
2726
}
2827

2928
resource "random_id" "random_suffix" {

0 commit comments

Comments
 (0)