mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 01:00:50 -04:00
766 B
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 IPip_address- The allocated static IP addresssupport_code- The support code.