This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
opentofu
Watch
3
Star
0
Fork
0
You've already forked opentofu
mirror of
https://github.com/opentofu/opentofu.git
synced
2025-01-17 20:22:58 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36d0a50427
opentofu
/
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 10:01:18 -06: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-04 17:27:08 -06:00
count
=
1
backend/local: Avoid rendering data sources on destroy
2018-12-12 10:01:18 -06:00
ami
=
"
bar
"
}
data
"
test_ds
"
"
bar
"
{
filter
=
"
foo
"
}
Reference in New Issue
Copy Permalink