Skip to content

Commit

Permalink
Merge pull request #8 from niuzhenguo/update-fw-v2
Browse files Browse the repository at this point in the history
Update firewall docs to V2
  • Loading branch information
niuzhenguo authored Jul 17, 2018
2 parents 68d1c94 + 2886c85 commit d26c0a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions website/docs/r/fw_firewall_group_v2.html.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: "huaweicloud"
page_title: "HuaweiCloud: huaweicloud_fw_firewall_group_v1"
sidebar_current: "docs-huaweicloud-resource-fw-firewall-group-v1"
page_title: "HuaweiCloud: huaweicloud_fw_firewall_group_v2"
sidebar_current: "docs-huaweicloud-resource-fw-firewall-group-v2"
description: |-
Manages a v1 firewall group resource within HuaweiCloud.
Manages a v2 firewall group resource within HuaweiCloud.
---

# huaweicloud\_fw\_firewall_group_v2

Manages a v1 firewall group resource within HuaweiCloud.
Manages a v2 firewall group resource within HuaweiCloud.

## Example Usage

Expand Down Expand Up @@ -49,7 +49,7 @@ resource "huaweicloud_fw_firewall_group_v2" "firewall_group_1" {

The following arguments are supported:

* `region` - (Optional) The region in which to obtain the v1 networking client.
* `region` - (Optional) The region in which to obtain the v2 networking client.
A networking client is needed to create a firewall group. If omitted, the
`region` argument of the provider is used. Changing this creates a new
firewall group.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/fw_policy_v2.html.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: "huaweicloud"
page_title: "HuaweiCloud: huaweicloud_fw_policy_v2"
sidebar_current: "docs-huaweicloud-resource-fw-policy-v1"
sidebar_current: "docs-huaweicloud-resource-fw-policy-v2"
description: |-
Manages a v1 firewall policy resource within HuaweiCloud.
Manages a v2 firewall policy resource within HuaweiCloud.
---

# huaweicloud\_fw\_policy_v2

Manages a v1 firewall policy resource within HuaweiCloud.
Manages a v2 firewall policy resource within HuaweiCloud.

## Example Usage

Expand Down Expand Up @@ -44,7 +44,7 @@ resource "huaweicloud_fw_policy_v2" "policy_1" {

The following arguments are supported:

* `region` - (Optional) The region in which to obtain the v1 networking client.
* `region` - (Optional) The region in which to obtain the v2 networking client.
A networking client is needed to create a firewall policy. If omitted, the
`region` argument of the provider is used. Changing this creates a new
firewall policy.
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/fw_rule_v2.html.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: "huaweicloud"
page_title: "HuaweiCloud: huaweicloud_fw_rule_v2"
sidebar_current: "docs-huaweicloud-resource-fw-rule-v1"
sidebar_current: "docs-huaweicloud-resource-fw-rule-v2"
description: |-
Manages a v1 firewall group rule resource within HuaweiCloud.
Manages a v2 firewall group rule resource within HuaweiCloud.
---

# huaweicloud\_fw\_rule_v2
Expand All @@ -27,7 +27,7 @@ resource "huaweicloud_fw_rule_v2" "rule_1" {

The following arguments are supported:

* `region` - (Optional) The region in which to obtain the v1 Compute client.
* `region` - (Optional) The region in which to obtain the v2 Networking client.
A Compute client is needed to create a firewall rule. If omitted, the
`region` argument of the provider is used. Changing this creates a new
firewall rule.
Expand Down

0 comments on commit d26c0a1

Please sign in to comment.