mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-08 14:00:24 -05:00
Delete all deprecated parameters before the 0.7 release
Updated the docs accordingly and also executed all the acceptance tests after making the changes…
This commit is contained in:
@@ -31,26 +31,36 @@ The following arguments are supported:
|
||||
|
||||
* `display_name` - (Optional) The display name of the instance.
|
||||
|
||||
* `group` - (Optional) The group name of the instance.
|
||||
|
||||
* `service_offering` - (Required) The name or ID of the service offering used
|
||||
for this instance.
|
||||
|
||||
* `network_id` - (Optional) The ID of the network to connect this instance
|
||||
to. Changing this forces a new resource to be created.
|
||||
|
||||
* `network` - (Optional, Deprecated) The name or ID of the network to connect
|
||||
this instance to. Changing this forces a new resource to be created.
|
||||
|
||||
* `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.
|
||||
|
||||
* `root_disk_size` - (Optional) The size of the root disk in gigabytes. The
|
||||
root disk is resized on deploy. Only applies to template-based deployments.
|
||||
Changing this forces a new resource to be created.
|
||||
|
||||
* `group` - (Optional) The group name of the instance.
|
||||
|
||||
* `affinity_group_ids` - (Optional) List of affinity group IDs to apply to this
|
||||
instance.
|
||||
|
||||
* `affinity_group_names` - (Optional) List of affinity group names to apply to
|
||||
this instance.
|
||||
|
||||
* `security_group_ids` - (Optional) List of security group IDs to apply to this
|
||||
instance. Changing this forces a new resource to be created.
|
||||
|
||||
* `security_group_names` - (Optional) List of security group names to apply to
|
||||
this instance. Changing this forces a new resource to be created.
|
||||
|
||||
* `project` - (Optional) The name or ID of the project to deploy this
|
||||
instance to. Changing this forces a new resource to be created.
|
||||
|
||||
@@ -66,22 +76,10 @@ The following arguments are supported:
|
||||
* `expunge` - (Optional) This determines if the instance is expunged when it is
|
||||
destroyed (defaults false)
|
||||
|
||||
* `root_disk_size` - (Optional) The size of the root disk in
|
||||
gigabytes. The root disk is resized on deploy. Only applies to
|
||||
template-based deployments.
|
||||
|
||||
* `affinity_group_names` - (Optional) List of affinity groups to apply to this
|
||||
instance. Changing this forces a new resource to be created.
|
||||
|
||||
* `security_group_ids` - (Optional) List of security groups id to apply to this
|
||||
isnstance. Changing this forces a new resource to be created.
|
||||
|
||||
* `security_group_names` - (Optional) List of security groups to apply to this
|
||||
isnstance. Changing this forces a new resource to be created.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
The following attributes are exported:
|
||||
|
||||
* `id` - The instance ID.
|
||||
* `display_name` - The display name of the instance.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user