Open rymancl opened 1 day ago
Voting for Prioritization
Volunteering to Work on This Issue
I'd like to take on this one.
Working on the aws_cloudfront_vpc_origin
resource in this draft PR: https://github.com/hashicorp/terraform-provider-aws/pull/40239
I will create a separate PR for a new resource it depends on, aws_cloudfront_vpc_origin_endpoint_config
.
Description
This will need a new resource/data source as well as an update to the CF distribution resource/data source.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
No response
References
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront#Client.CreateVpcOrigin https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront#Client.DeleteVpcOrigin https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront#Client.GetVpcOrigin https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront#Client.ListVpcOrigins https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/cloudfront#Client.UpdateVpcOrigin
Would you like to implement a fix?
No