tofu instance data debug, yaml format fix
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 55s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 55s
This commit is contained in:
parent
05751e3dbf
commit
88f848cb20
@ -15,10 +15,11 @@
|
||||
- tofu init
|
||||
- tofu import module.main_vpc_subnet.linode_vpc.eqit_vpc {{ lookup('env', 'EQIT_VPC') }}
|
||||
- tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet "{{ lookup('env', 'EQIT_VPC') }}, {{ lookup('env', 'EQIT_VPC_SUBNET') }}"
|
||||
- name: Tofu show
|
||||
debug:
|
||||
msg: |
|
||||
tofu show
|
||||
|
||||
- name: Tofu show
|
||||
debug:
|
||||
msg: |
|
||||
tofu show
|
||||
|
||||
# - name: Create instance config
|
||||
# when: server.changed | default(false) | bool # noqa no-handler
|
||||
|
||||
Loading…
Reference in New Issue
Block a user