create template env for build image
This commit is contained in:
@@ -5,3 +5,10 @@ POSTGRES_URL={{ postgres_url }}
|
||||
POSTGRES_PORT={{ postgres_port }}
|
||||
REDIS_URL={{ redis_url }}
|
||||
REDIS_PORT={{ redis_port }}
|
||||
|
||||
|
||||
MAILER_FROM={{ mailer_from }}
|
||||
MAILER_HOST={{ mailer_host }}
|
||||
MAILER_PORT={{ mailer_port }}
|
||||
MAILER_USERNAME={{ mailer_username }}
|
||||
MAILER_PASSWORD={{ mailer_password }}
|
@@ -8,8 +8,8 @@ terraform {
|
||||
}
|
||||
|
||||
|
||||
resource "scaleway_k8s_cluster" "{{ project_name }}" {
|
||||
name = "{{ project_name }}"
|
||||
resource "scaleway_k8s_cluster" "{{ project_name_tf }}" {
|
||||
name = "{{ project_name_tf }}"
|
||||
version = "1.24.3"
|
||||
cni = "cilium"
|
||||
project_id = "{{ project_id }}"
|
||||
|
Reference in New Issue
Block a user