File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
environments/skeleton/{{cookiecutter.environment}}/tofu Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "local_file" "hosts" {
4
4
" cluster_name" : var.cluster_name,
5
5
" cluster_domain_suffix" : var.cluster_domain_suffix
6
6
" control" : openstack_compute_instance_v2.control
7
- " control_fqhn " : local.control_fqdn
7
+ " control_fqdn " : local.control_fqdn
8
8
" login_groups" : module.login
9
9
" compute_groups" : module.compute
10
10
" state_dir" : var.state_dir
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ control:
11
11
ansible_host: ${ control.access_ip_v4}
12
12
instance_id: ${ control.id}
13
13
networks: ${ jsonencode({for n in control.network: n.name => {" fixed_ip_v4" : n.fixed_ip_v4, " fixed_ip_v6" : n.fixed_ip_v6} })}
14
- node_fqdn: ${ control_fqhn }
14
+ node_fqdn: ${ control_fqdn }
15
15
vars:
16
16
appliances_state_dir: ${ state_dir} # NB needs to be set on group not host otherwise it is ignored in packer build!
17
17
You can’t perform that action at this time.
0 commit comments