terraform-aws-customer-gateway icon indicating copy to clipboard operation
terraform-aws-customer-gateway copied to clipboard

feat: Adjust optional params for the aws_customer_gateway, add device_name and certificate_arn

Open Art3mK opened this issue 8 months ago β€’ 2 comments

Description

Adding optional param device_name to the cgw

Motivation and Context

I've got few existing VPN tunnels I'd like to move under tf management, and some cgws have that device_name set, but module doesn't allow to set it. Missing device_name results in cgw recreation.

Breaking Changes

n/a

How Has This Been Tested?

  • [ ] I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [x] I have tested and validated these changes using one or more of the provided examples/* projects
  • [x] I have executed pre-commit run -a on my pull request

Trivial change, so just tested in my env this solves the problem.

Art3mK avatar May 30 '24 11:05 Art3mK