Amazon CloudFront announces Origin Shield.
resource "aws_cloudfront_distribution" "example" {
origin {
origin_shield {
enabled = true
origin_shield_region = "eu-west-2"
}
}
}
Requires AWS SDK v1.35.10:
@ewbankkit mind if I have a crack at this?
Cheers @ewbankkit! Apologies if it's a silly question, but since it requires AWS SDK v1.35.10 would I update the version as part of this PR? Or would that normally be left to a separate PR of it's own? Obviously will still test locally with 1.35.10
@philnichol The AWS SDK merge will be done independently - I'll try and move that along.
Most helpful comment
@philnichol The AWS SDK merge will be done independently - I'll try and move that along.