How to attach EIP to a existing ENI (Created outside of terraform) using terraform
Hello I'm trying to attach EIP to ENI using terraform. Both EIP and ENI are created outside of terraform.
Following are the manual steps:
- Need to allocate a IP address in subnet for the ENI
- Associate EIP to the ENI on the previously allocated IP address.
Is there anyway to automate this using terraform ?
Comments
Post a Comment