feat: experiment with localstack
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
data "terraform_remote_state" "vpc" {
|
||||
backend = "local"
|
||||
config = {
|
||||
path = "${path.module}/../../Network/LabVpc/terraform.tfstate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user