hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.7k stars 9.07k forks source link

[Enhancement]: Support for Route53 Resolver on Outposts #33171

Open silvaalbert opened 1 year ago

silvaalbert commented 1 year ago

Description

Route53 is now supported on Outposts through a Dedicated set of APIs. A resource/data source for Terraform does not exist at the moment.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_route53_outpost_resolver" {
  name = "my-resolver"
  instance_count = 4
  outpost_arn = "arn:aws:outposts:us-east-1:123456789012:outpost/op-1234567890123"
  preferred_instance_type = "m5.large"
}

References

https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateOutpostResolver.html

Would you like to implement a fix?

Yes

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

eggshell commented 5 months ago

I would like to see this happen :eyes: