generator-terraform-environments icon indicating copy to clipboard operation
generator-terraform-environments copied to clipboard

S3 data "terraform_remote_state" error

Open lsmadja opened this issue 6 years ago • 1 comments

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

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

lsmadja avatar Oct 11 '19 10:10 lsmadja

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

muthu329024 avatar Sep 02 '21 08:09 muthu329024