-
Notifications
You must be signed in to change notification settings - Fork 258
Add CDN Log Delivery source #16299
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
Add CDN Log Delivery source #16299
Conversation
PR Review: Add CDN Log Delivery sourceIssues Found1. Capitalization inconsistency (line 803) 2. Incomplete migration
3. Code verification needed
Suggested ChangesLine 803: -// The Cdn Log Delivery Source was configured outside of Pulumi
+// The CDN Log Delivery Source was configured outside of PulumiLines 806-809: // Reference the CloudFront-created log delivery source
// ID: CreatedByCloudFront-E3PRSXO1BZJEEY (created automatically by CloudFront)
// Resource name in Pulumi state: cloudfront_logs
const cdnLogDeliverySource = aws.cloudwatch.LogDeliverySource.get(
"CreatedByCloudFront-E3PRSXO1BZJEEY",
"cloudfront_logs"
);Questions
|
|
Your site preview for commit 917e557 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16299-917e5578.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit 42b2fa4 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16299-42b2fa49.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit e865efd is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16299-e865efda.s3-website.us-west-2.amazonaws.com. |
I tried using Pulumi import but it'd not get the properties and then it'd fail - Using lookup pulumi is able to reference the resource anyway without bringing it into state.