mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-12 09:01:33 -04:00
Make the CloudStack provider more inline with the other provider
It turns out all other providers use `ip_address` where the CloudStack provider uses `ipaddress`. To make this more consistent this PR deprecates `ipaddress` and adds `ip_address` where needed…
This commit is contained in:
@@ -37,9 +37,12 @@ The following arguments are supported:
|
||||
* `network` - (Optional) The name or ID of the network to connect this instance
|
||||
to. Changing this forces a new resource to be created.
|
||||
|
||||
* `ipaddress` - (Optional) The IP address to assign to this instance. Changing
|
||||
* `ip_address` - (Optional) The IP address to assign to this instance. Changing
|
||||
this forces a new resource to be created.
|
||||
|
||||
* `ipaddress` - (Optional, Deprecated) The IP address to assign to this instance.
|
||||
Changing this forces a new resource to be created.
|
||||
|
||||
* `template` - (Required) The name or ID of the template used for this
|
||||
instance. Changing this forces a new resource to be created.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user