Support OutputS3Region value in the output_location section of the aws_ssm_association resource #21522
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/ssm
Issues and PRs that pertain to the ssm service.
Milestone
Community Note
Description
Support
OutputS3Region
value in theoutput_location
section of theaws_ssm_association
resource. TheOutputS3Region
option is a supported option as per the AWS documentation -https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociation.html#API_CreateAssociation_RequestSyntax
https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_S3OutputLocation.html
Due to a bug on the AWS side, this option needs to be specified if the SSM association is located in an opt-in region (af-south-1, me-south-1, eu-south-1) and the output bucket is located in a different region.
New or Affected Resource(s)
Potential Terraform Configuration
References
AWS API - https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociation.html#API_CreateAssociation_RequestSyntax
S3 Output Location - https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_S3OutputLocation.html
The text was updated successfully, but these errors were encountered: