Skip to content

Invalid ARN partition when creating stack in GovCloud #66

@dertdog

Description

@dertdog

The ARNs should be created using a data source to determine the current partition.

data "aws_partition" "current" {}

With the data source, a resource can be created as follows:

    resources = [
      "arn:${data.aws_partition.current.partition}:s3:::${local.elb_logs_s3_bucket}/*",
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions