terraform-oci-woodpecker-cache/terraform.data.tf

5 lines
111 B
HCL

data "terraform_remote_state" "base" {
backend = var.remote_state_type
config = var.remote_state_config
}