mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
terraform: test fixture modified to not prune provider
This commit is contained in:
parent
36520121b1
commit
218f147c0c
@ -5,3 +5,5 @@ module "child" {
|
||||
provider "aws" {
|
||||
from = "${var.foo}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {}
|
||||
|
Loading…
Reference in New Issue
Block a user