-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunebus.yaml.j2
More file actions
59 lines (51 loc) · 1.47 KB
/
runebus.yaml.j2
File metadata and controls
59 lines (51 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
cloudflare_account_name: &cloudflareAccountName sigilstack
squall_repo: &squallRepo git@github.com:sigilstack/squall.git
terraform:
worker_options:
aws_region: us-east-1
# configure via aws credentials file
aws_profile: terraform
backend: s3
backend_bucket: sigilstack-state
provider_cache: ./.cache
{# terraform_vars:
cloudflare_account_name: "sigilstack" #}
definitions:
# tribute_issuer will manage the Tribute Issuer resources
tribute_issuer:
{% if var.local == "true" %}
path: ../squall/
{% else %}
path: *squallRepo
{% endif %}
remote_path_options:
branch: main
sub_path: runebus/tributes/issuer
terraform_vars:
cloudflare_account_name: *cloudflareAccountName
squall_root: squall.zone
tribute_index_url: https://raw.githubusercontent.com/sigilstack/squall/main/iana/issuer
# tribute_manager will manage the Tribute Manager resources
{# tribute_manager:
{% if var.local == "true" %}
path: ../squall/
{% else %}
path: *squallRepo
{% endif %}
remote_path_options:
branch: main
sub_path: runebus/tributes/manager #}
providers:
cloudflare:
requirements:
version: 5.5.0
source: "cloudflare/cloudflare"
http:
requirements:
version: 3.5.0
local:
requirements:
version: 2.5.3
'null':
requirements:
version: 3.2.4