소스 검색

update eks form to support setting azs

Alexander Belanger 3 년 전
부모
커밋
625fc15c4c
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      api/server/handlers/infra/forms.go

+ 13 - 0
api/server/handlers/infra/forms.go

@@ -625,6 +625,19 @@ tabs:
       variable: additional_private_subnets_multiplicity
       variable: additional_private_subnets_multiplicity
       settings:
       settings:
         default: 3
         default: 3
+  - name: net_settings_azs_toggle
+    contents:
+    - type: checkbox
+      label: "Specify the AZs to provision this cluster in."
+      variable: specify_azs
+      settings:
+        default: false
+  - name: net_settings_azs
+    show_if: specify_azs
+    contents:
+    - type: array-input
+      variable: azs
+      label: Availability Zones
   - name: nginx_settings
   - name: nginx_settings
     contents:
     contents:
     - type: heading
     - type: heading