mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix tests in internal/command and internal/cloud, relying on the generated text
This commit is contained in:
parent
a068f210c9
commit
d3ec25308f
@ -1,7 +1,7 @@
|
||||
# __generated__ by Terraform
|
||||
# __generated__ by OpenTF
|
||||
# Please review these resources and move them into your main configuration files.
|
||||
|
||||
# __generated__ by Terraform from "bar"
|
||||
# __generated__ by OpenTF from "bar"
|
||||
resource "terraform_data" "foo" {
|
||||
input = null
|
||||
triggers_replace = null
|
||||
|
@ -1,7 +1,7 @@
|
||||
# __generated__ by Terraform
|
||||
# __generated__ by OpenTF
|
||||
# Please review these resources and move them into your main configuration files.
|
||||
|
||||
# __generated__ by Terraform from "bar"
|
||||
# __generated__ by OpenTF from "bar"
|
||||
resource "terraform_data" "foo" {
|
||||
input = null
|
||||
triggers_replace = null
|
||||
|
@ -1,7 +1,7 @@
|
||||
# __generated__ by Terraform
|
||||
# __generated__ by OpenTF
|
||||
# Please review these resources and move them into your main configuration files.
|
||||
|
||||
# __generated__ by Terraform from "bar"
|
||||
# __generated__ by OpenTF from "bar"
|
||||
resource "test_instance" "foo" {
|
||||
ami = null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user