We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d83ac6 commit c2c8d45Copy full SHA for c2c8d45
terraform/bootstrap/remote-state/main.tf
@@ -1,6 +1,6 @@
1
provider "aws" {
2
region = "<% index .Params `region` %>"
3
- allowed_account_ids = "<% index .Params `accountId` %>"
+ allowed_account_ids = [ "<% index .Params `accountId` %>" ]
4
}
5
6
resource "aws_s3_bucket" "terraform_remote_state" {
terraform/bootstrap/secrets/main.tf
0 commit comments