mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-10 08:04:23 -07:00
* Make sure all files have trailing newline.
* Adjust tests.
(cherry picked from commit fa6c009ff0
)
This commit is contained in:
parent
45990b464e
commit
7933fe7ea3
188 changed files with 229 additions and 166 deletions
|
@ -1,4 +1,4 @@
|
|||
**/.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
.terraform.lock.hcl
|
||||
.terraform.lock.hcl
|
||||
|
|
|
@ -8,4 +8,4 @@ skip/aix
|
|||
skip/osx
|
||||
skip/macos
|
||||
skip/freebsd
|
||||
skip/python2
|
||||
skip/python2
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
tf_provider: "{{ terraform_provider_versions[provider_index] }}"
|
||||
loop: "{{ terraform_provider_versions }}"
|
||||
loop_control:
|
||||
index_var: provider_index
|
||||
index_var: provider_index
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
register: terraform_init_result
|
||||
|
||||
- assert:
|
||||
that: terraform_init_result is not failed
|
||||
that: terraform_init_result is not failed
|
||||
|
|
|
@ -5,4 +5,4 @@ terraform {
|
|||
version = "{{ tf_provider['version'] }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue