aws_lightsail_static_ip
Allocates a static IP address.
Note: Lightsail is currently only supported in a limited number of AWS Regions, please see "Regions and Availability Zones in Amazon Lightsail" for more details
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.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/lightsail_static_ip.html