Files
opentf/website/source/docs/providers/aws/r/lightsail_static_ip.html.markdown
2017-04-17 13:17:54 +03:00

766 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
aws AWS: aws_lightsail_static_ip docs-aws-resource-lightsail-static-ip Provides an Lightsail Static IP

aws_lightsail_static_ip

Allocates a static IP address.

~> Note: Lightsail is currently only supported in us-east-1 region.

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:

  • arn - The ARN of the Lightsail static IP
  • ip_address - The allocated static IP address
  • support_code - The support code.