sparse-intern-71089
08/19/2019, 4:11 PMbest-xylophone-83824
08/19/2019, 4:14 PM.getOutput
, it seems that you pass role_arn
to a k8s provider and it can't recognize itbest-xylophone-83824
08/19/2019, 4:14 PMthankful-optician-22583
08/19/2019, 5:48 PMS3RemoteStateReferenceArgs
does not contain acl
as in the actual terraform documentation.thankful-optician-22583
08/19/2019, 5:49 PMterraform {
backend "s3" {
region = "us-east-1"
bucket = "XXXXXXXXXXXXXXXX"
key = "XXXXXXXXXXXXXXX"
dynamodb_table = "XXXXXXXXXXXXXXX"
acl = "bucket-owner-read"
role_arn = "XXXXXXXXXXXXX"
}
}