Update firewall rules.

This commit is contained in:
lcaggio 2022-09-20 16:57:35 +02:00
parent 0bdcaf9ed6
commit ee309ecc06
3 changed files with 6 additions and 5 deletions

View File

@ -28,7 +28,7 @@ variable "composer_config" {
})
default = {
node_count = 3
airflow_version = "composer-1.17.5-airflow-2.1.4"
airflow_version = "composer-1-airflow-2"
env_variables = {}
}
}

View File

@ -4,8 +4,8 @@ ingress-allow-composer-nodes:
description: "Allow traffic to Composer nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- composer-worker
targets:
- composer-worker
use_service_accounts: false
@ -17,8 +17,8 @@ ingress-allow-dataflow-load:
description: "Allow traffic to Dataflow nodes."
direction: INGRESS
action: allow
sources: []
ranges: ["0.0.0.0/0"]
sources:
- dataflow
targets:
- dataflow
use_service_accounts: false

View File

@ -0,0 +1 @@
../../../../blueprints/data-solutions/data-platform-foundations/demo/