data "terraform_remote_state" "${myBackend}" {
backend = "http"
config {
address = "http://my.rest.api.com"
}
}
http_backend
This code references a Terraform Remote State backend that listens on the http port for changes to resources in the myBackend configuration.
Shortcut: tf_http_backend
0 Comments
Add Comment
Log in to add a comment