website: address spelling mistakes, casing and links

This commit is contained in:
Emil Hessman
2015-01-03 19:31:53 +01:00
parent f61b7af815
commit 28d39cd0bc
35 changed files with 68 additions and 68 deletions

View File

@@ -3,14 +3,14 @@ layout: "cloudstack"
page_title: "Provider: CloudStack"
sidebar_current: "docs-cloudstack-index"
description: |-
The CloudStack provider is used to interact with the many resources supported by CloudStack. The provider needs to be configured with a URL pointing to a runnning CloudStack API and the proper credentials before it can be used.
The CloudStack provider is used to interact with the many resources supported by CloudStack. The provider needs to be configured with a URL pointing to a running CloudStack API and the proper credentials before it can be used.
---
# CloudStack Provider
The CloudStack provider is used to interact with the many resources
supported by CloudStack. The provider needs to be configured with a
URL pointing to a runnning CloudStack API and the proper credentials
URL pointing to a running CloudStack API and the proper credentials
before it can be used.
Use the navigation to the left to read about the available resources.

View File

@@ -3,12 +3,12 @@ layout: "cloudstack"
page_title: "CloudStack: cloudstack_firewall"
sidebar_current: "docs-cloudstack-resource-firewall"
description: |-
Creates firewall rules for a given ip address.
Creates firewall rules for a given IP address.
---
# cloudstack\_firewall
Creates firewall rules for a given ip address.
Creates firewall rules for a given IP address.
## Example Usage
@@ -28,7 +28,7 @@ resource "cloudstack_firewall" "default" {
The following arguments are supported:
* `ipaddress` - (Required) The ip address for which to create the firewall rules.
* `ipaddress` - (Required) The IP address for which to create the firewall rules.
Changing this forces a new resource to be created.
* `rule` - (Required) Can be specified multiple times. Each rule block supports
@@ -36,7 +36,7 @@ The following arguments are supported:
The `rule` block supports:
* `source_cidr` - (Required) The source cidr to allow access to the given ports.
* `source_cidr` - (Required) The source CIDR to allow access to the given ports.
* `protocol` - (Required) The name of the protocol to allow. Valid options are:
`tcp`, `udp` and `icmp`.
@@ -54,4 +54,4 @@ The `rule` block supports:
The following attributes are exported:
* `ipaddress` - The ip address for which the firewall rules are created.
* `ipaddress` - The IP address for which the firewall rules are created.

View File

@@ -23,10 +23,10 @@ resource "cloudstack_ipaddress" "default" {
The following arguments are supported:
* `network` - (Optional) The name of the network for which an IP address should
be aquired and accociated. Changing this forces a new resource to be created.
be acquired and associated. Changing this forces a new resource to be created.
* `vpc` - (Optional) The name of the vpc for which an IP address should
be aquired and accociated. Changing this forces a new resource to be created.
* `vpc` - (Optional) The name of the VPC for which an IP address should
be acquired and associated. Changing this forces a new resource to be created.
*NOTE: Either `network` or `vpc` should have a value!*
@@ -34,5 +34,5 @@ The following arguments are supported:
The following attributes are exported:
* `id` - The ID of the aquired and accociated IP address.
* `ipaddress` - The IP address that was aquired and accociated.
* `id` - The ID of the acquired and associated IP address.
* `ipaddress` - The IP address that was acquired and associated.

View File

@@ -37,7 +37,7 @@ The following arguments are supported:
* `network_offering` - (Required) The name of the network offering to use for
this network.
* `vpc` - (Optional) The name of the vpc to create this network for. Changing
* `vpc` - (Optional) The name of the VPC to create this network for. Changing
this forces a new resource to be created.
* `aclid` - (Optional) The ID of a network ACL that should be attached to the

View File

@@ -43,7 +43,7 @@ The following arguments are supported:
* `vpc_id` - (Required) The ID of the associated VPC.
* `subnet_id` - (Optional) The ID of the associated subnet.
* `ingress` - (Optional) Specifies an ingress rule. Parameters defined below.
* `egress` - (Optional) Speicifes an egress rule. Parameters defined below.
* `egress` - (Optional) Specifies an egress rule. Parameters defined below.
Both `egress` and `ingress` support the following keys:

View File

@@ -41,7 +41,7 @@ The `rule` block supports:
* `action` - (Optional) The action for the rule. Valid options are: `allow` and
`deny` (defaults allow).
* `source_cidr` - (Required) The source cidr to allow access to the given ports.
* `source_cidr` - (Required) The source CIDR to allow access to the given ports.
* `protocol` - (Required) The name of the protocol to allow. Valid options are:
`tcp`, `udp`, `icmp`, `all` or a valid protocol number.

View File

@@ -29,7 +29,7 @@ resource "cloudstack_port_forward" "default" {
The following arguments are supported:
* `ipaddress` - (Required) The ip address for which to create the port forwards.
* `ipaddress` - (Required) The IP address for which to create the port forwards.
Changing this forces a new resource to be created.
* `forward` - (Required) Can be specified multiple times. Each forward block supports
@@ -50,4 +50,4 @@ The `forward` block supports:
The following attributes are exported:
* `ipaddress` - The ip address for which the port forwards are created.
* `ipaddress` - The IP address for which the port forwards are created.