-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canonical ID of CloudFront log delivery account #12512
Comments
bump, this would be great |
oh...
|
I tried to solve this issue by #15167 (not yet reviewed now). |
This functionality has been released in v3.60.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
For
acl
inaws_s3_bucket
, I want a data source that provides CloudFront log delivery account's canonical ID.With
acl
configuration block, we can configure bucket ACL instead of canned ACLs.We need to write the magical canonical ID of CloudFront log delivery account documented here.
Now we have
aws_canonical_user_id
data resource, and I believe it's useful for having like this for CloudFront.https://www.terraform.io/docs/providers/aws/d/canonical_user_id.html
New or Affected Resource(s)
data.aws_cloudfront_canonical_user_id
maybePotential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: