Skip to content

Commit

Permalink
fixed image version in examples for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Nov 15, 2023
1 parent f8bb90b commit 671d809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/airflow_connection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "simple-composer-environment" {
service_ip_allocation_range_name = var.service_ip_allocation_range_name
node_count = 3
machine_type = "n1-standard-1"
image_version = "composer-1.20.12-airflow-2.4.3"
}

# Making the k8s master globally available is only to make the integration testing portable and should be removed
Expand Down
1 change: 1 addition & 0 deletions examples/simple_composer_env_v1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ module "simple-composer-environment" {
service_ip_allocation_range_name = var.service_ip_allocation_range_name
node_count = 3
machine_type = "n1-standard-1"
image_version = "composer-1.20.12-airflow-2.4.3"
}

0 comments on commit 671d809

Please sign in to comment.