add variable project_id

This commit is contained in:
Valentin CZERYBA 2022-10-20 16:40:41 +02:00
parent 25fdd8b7fd
commit 2e3d7a7a84
2 changed files with 15 additions and 13 deletions

View File

@ -1,13 +1,15 @@
$ANSIBLE_VAULT;1.1;AES256
37366162636533353362623830663666613437326438663465353862373865356235353034303934
6335626362343338656666313062323563656333366433330a613236613130303836356330306231
32353639396138386562316531633763346234303265663461636365366239356432643832343764
3735393031393436360a616539336639326561633139303439366465396365383161393739333566
65343464366431363533616232303931643833353064613562633231306336663530376335633933
33633464313539663566663762353432636332393734366336373730343834393430393035646566
35353663363963336364633530656366663266616164366237376161393266323231643130376663
38636433616334633933363131383462306131366264613032376339343634366134376334623166
30346131333865613064646137336161613030633133316665303838323836316666646531666338
30336131656365653162373339353762666534343734336666343965383031643132346436626535
39333865646266383230306635396336646264303930373931303331306632633162383363383237
64666566333035313536
37393861643630616231613561636565313733336436343662643761656365363463326230313338
6566616439343464623432363535323064653934666432330a613866663331633433353531366639
33653332316333646535343063373334316139663262643637373862306131613032306336633132
3232633963363664330a343932666431366665613239663066326537333862666332333465313966
63663364633965333737366535646131656437323539613631623239326233343232613334303339
39646633373830336236666338313536623137313064643332336436636538636666333135393638
39393133306133383739313662353262646365383134393035346337643933363630643963316136
66346332313732396166313131666239613932336366373161396364653062633061653865393635
30616362323439663933333230653066386562336638653037653637383536383139343130336166
30346665613363383065333536356664393233393734343566616332636164623037623161393533
33666463393532663565313062666631366132653832333961336331313965393732633134316662
37616536636330353839626661383036336665353161373138653635326461343532653964396266
65633839663739633636653466643438353636363836313064383966656163303336306535313863
6631383465353530636230376530373562383063366631623136

View File

@ -12,7 +12,7 @@ terraform {
name = "{{ project_name }}"
version = "1.24.3"
cni = "cilium"
project_id = "81af2696-6120-4f45-baf3-d17fb0525824"
project_id = "{{ project_id }}"
region = "{{ region_k8s }}"
}