0
0
llucycodes42
Hashicorp VPC offering Atlas is being used for remote state. The name of the Hashicorp VPC offering Atlas is being configured as 'hashicorp/vpc-prod'.
Shortcut: tf_terraform_remote_state
data "terraform_remote_state" "${config}" {
backend = "atlas"
config {
name = "hashicorp/vpc-prod"
}
}