Make sure all files have trailing newline (#5076)

* Make sure all files have trailing newline.

* Adjust tests.
This commit is contained in:
Felix Fontein
2022-08-05 21:08:41 +02:00
committed by GitHub
parent 79b201ae49
commit fa6c009ff0
195 changed files with 236 additions and 173 deletions

View File

@@ -1,4 +1,4 @@
**/.terraform/*
*.tfstate
*.tfstate.*
.terraform.lock.hcl
.terraform.lock.hcl

View File

@@ -8,4 +8,4 @@ skip/aix
skip/osx
skip/macos
skip/freebsd
skip/python2
skip/python2

View File

@@ -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

View File

@@ -23,4 +23,4 @@
register: terraform_init_result
- assert:
that: terraform_init_result is not failed
that: terraform_init_result is not failed

View File

@@ -5,4 +5,4 @@ terraform {
version = "{{ tf_provider['version'] }}"
}
}
}
}