This message was deleted.
# general
s
This message was deleted.
b
try console.log() result of
.getOutput
, it seems that you pass
role_arn
to a k8s provider and it can't recognize it
(just guessing, never used TF reference)
t
It seems this object
Copy code
S3RemoteStateReferenceArgs
does not contain
Copy code
acl
as in the actual terraform documentation.
Copy code
terraform {
  backend "s3" {
    region         = "us-east-1"
    bucket         = "XXXXXXXXXXXXXXXX"
    key            = "XXXXXXXXXXXXXXX"
    dynamodb_table = "XXXXXXXXXXXXXXX"
    acl            = "bucket-owner-read"
    role_arn       = "XXXXXXXXXXXXX"
  }
}