0
0
llucycodes42
The code defines a region called "bigbang" and specifies that the backend used for managing this region is called "atlas". The region is configured with a name and an access token.
Shortcut: tf_atlas_backend
data "terraform_remote_state" "${myBackend}" {
backend = "atlas"
config {
name = "bigbang/example"
access_token = "X2iTFefU5aWOjg.atlasv1.YaDa"
}
}