mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 01:00:22 -04:00
651 B
651 B
layout, page_title, sidebar_current
| layout | page_title | sidebar_current |
|---|---|---|
| Google: google_compute_address | docs-google-resource-address |
google_compute_address
Creates a static IP address resource for Google Compute Engine.
Example Usage
resource "google_compute_address" "default" {
name = "test-address"
}
Argument Reference
The following arguments are supported:
name- (Required) A unique name for the resource, required by GCE. Changing this forces a new resource to be created.
Attributes Reference
The following attributes are exported:
name- The name of the resource.address- The IP address that was allocated.