File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ if test -e ${__root}/config.yaml; then
81
81
__dmtrd_consumer_name=$( grep ^dmtrd_consumer_name: ${__root} /config.yaml | awk ' {print $2}' )
82
82
__dmtrd_consumer_monitor_name=$( grep ^dmtrd_consumer_monitor_name: ${__root} /config.yaml | awk ' {print $2}' )
83
83
__dmtrd_consumer_cache_name=$( grep ^dmtrd_consumer_cache_name: ${__root} /config.yaml | awk ' {print $2}' )
84
+ __provider_name=$( grep ^provider_name: ${__root} /config.yaml | awk ' {print $2}' )
84
85
[[ -z ${__bucket} ]] && unset __bucket
85
86
[[ -z ${__region} ]] && unset __region
86
87
else
@@ -301,8 +302,9 @@ elif [[ ${__cloud} == gcp ]]; then
301
302
sed -e ' s:^# ::' \
302
303
-e " s#aws#${__cloud} #" \
303
304
-e " s:eyJ...:${__cloudflared_token} :" \
304
- -e " s:dmtr-cluster:${__cluster_name } :" \
305
+ -e " s:dmtr-cluster:${__dmtrd_cluster_id } :" \
305
306
-e " s#some-context#gcp-${__cluster_name} #" \
307
+ -e " s#some-provider#${__provider_name} #" \
306
308
env.auto.tfvars.example > env.auto.tfvars
307
309
fi
308
310
terraform init
Original file line number Diff line number Diff line change 1
1
# cloud_provider = "aws"
2
2
# cloudflared_token = "eyJ..."
3
3
# cluster_name = "dmtr-cluster"
4
+ # provider_name = "some-provider"
4
5
# k8s_context = "some-context"
6
+ # enable_cardano_node = false
7
+ # enable_cardano_ogmios = false
8
+ # enable_cardano_kupo = false
9
+ # enable_cardano_utxorpc = false
You can’t perform that action at this time.
0 commit comments