This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
765bff1dd5
terraform
/
internal
/
backend
/
local
/
testdata
/
destroy-with-ds
/
main.tf
9 lines
104 B
Terraform
Raw
Normal View
History
Unescape
Escape
backend/local: Avoid rendering data sources on destroy
2018-12-12 17:01:18 +01:00
resource
"
test_instance
"
"
foo
"
{
refresh is expected for destroy These tests were not previously running a refresh, and hence did not expect the resources to be read.
2021-01-05 00:27:08 +01:00
count
=
1
backend/local: Avoid rendering data sources on destroy
2018-12-12 17:01:18 +01:00
ami
=
"
bar
"
}
data
"
test_ds
"
"
bar
"
{
filter
=
"
foo
"
}