Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 data "terraform_remote_state" error #8

Open
lsmadja opened this issue Oct 11, 2019 · 1 comment
Open

S3 data "terraform_remote_state" error #8

lsmadja opened this issue Oct 11, 2019 · 1 comment

Comments

@lsmadja
Copy link

lsmadja commented Oct 11, 2019

"=" are missing in the data "terraform_remote_state" for S3 bakends.

The Config must have "=" like this
...
config = {
bucket

@muthu329024
Copy link

data "terraform_remote_state" "dummy" {
backend = "s3"
config = {
bucket = var.remote_state_s3
key = var.remote_state_key
region = var.region
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants