Answers for "aws elastic ip terraform"

0

aws elastic ip terraform

resource "aws_eip" "one" {
  vpc                       = true
  network_interface         = aws_network_interface.multi-ip.id
  associate_with_private_ip = "10.0.0.10"
}
Posted by: Guest on August-30-2021

Browse Popular Code Answers by Language