eip.tf 48 B

1234
  1. resource "aws_eip" "nateip" {
  2. vpc = true
  3. }