Add resource files
This commit is contained in:
parent
f9f2389c95
commit
9cdd647514
2 changed files with 4 additions and 0 deletions
3
src/main/resources/terraform/tf_backend_git_backend.tf
Normal file
3
src/main/resources/terraform/tf_backend_git_backend.tf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
terraform {
|
||||||
|
backend "http" {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
variable http_backend_address {}
|
Loading…
Reference in a new issue