Skip to content
Snippets Groups Projects
Commit da040714 authored by Matt Kasa's avatar Matt Kasa
Browse files

ci: Add local_file resource to test fixture

parent 5073c3a9
No related branches found
No related tags found
No related merge requests found
terraform {
backend "http" { }
}
\ No newline at end of file
}
resource "local_file" "foo" {
filename = "${path.module}/foo.bar"
content = "bar!"
directory_permission = "0755"
file_permission = "0755"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment