Skip to content

Commit

Permalink
chore(aom): remove region limit (#5960)
Browse files Browse the repository at this point in the history
  • Loading branch information
saf3dfsa authored Nov 30, 2024
1 parent 2eef49f commit b4aa0c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions docs/resources/aom_alarm_action_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: ""

Manages an AOM alarm action rule resource within HuaweiCloud.

~> This resource can only be used in region **cn-east-3** for now.

## Example Usage

```hcl
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/aom_alarm_silence_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: ""

Manages an AOM alarm silence rule resource within HuaweiCloud.

~> This resource can only be used in region **cn-east-3** for now.

## Example Usage

```hcl
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/aom_event_alarm_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: ""

Manages an AOM event alarm rule resource within HuaweiCloud.

~> This resource can only be used in region **cn-east-3** for now.

## Example Usage

variable "action_rule_name" {}
Expand Down
7 changes: 0 additions & 7 deletions huaweicloud/services/acceptance/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -1803,13 +1803,6 @@ func TestAccPreCheckCcePartitionAz(t *testing.T) {
}
}

// lintignore:AT003
func TestAccPreCheckCnEast3(t *testing.T) {
if HW_REGION_NAME != "cn-east-3" {
t.Skip("HW_REGION_NAME must be cn-east-3 for this test.")
}
}

// lintignore:AT003
func TestAccPreCheckUpdateCertificateContent(t *testing.T) {
if HW_CERTIFICATE_CONTENT == "" || HW_CERTIFICATE_CONTENT_UPDATE == "" {
Expand Down

0 comments on commit b4aa0c6

Please sign in to comment.