aws_lightsail_static_ip

Allocates a static IP address.

Example Usage

resource "aws_lightsail_static_ip" "test" {
  name = "example"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name for the allocated static IP

Attributes Reference

The following attributes are exported in addition to the arguments listed above:

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/lightsail_static_ip.html