Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3928

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Fixes #3928

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm/service/cos/resource_ibm_cos_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var crossRegionLocation = []string{
}

var storageClass = []string{
"standard", "vault", "cold", "smart",
"standard", "vault", "cold", "smart", "flex",
}

var singleSiteLocationRegex = regexp.MustCompile("^[a-z]{3}[0-9][0-9]-[a-z]{4,8}$")
Expand Down
2 changes: 0 additions & 2 deletions ibm/service/power/ibm_pi_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package power
import "time"

const (
Arg_CloudInstanceID = "pi_cloud_instance_id"

// used by all
Arg_CloudInstanceID = "pi_cloud_instance_id"

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cbr_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subcategory: "Context Based Restrictions"
layout: "ibm"
page_title: "IBM : ibm_cbr_rule"
description: |-
Get information about cbr_rule
Get information about cbr_rule
---

# ibm_cbr_rule
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cbr_zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subcategory: "Context Based Restrictions"
layout: "ibm"
page_title: "IBM : ibm_cbr_zone"
description: |-
Get information about cbr_zone
Get information about cbr_zone
---

# ibm_cbr_zone
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cbr_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: "ibm"
page_title: "IBM : ibm_cbr_rule"
description: |-
Manages cbr_rule.
Manages cbr_rule.
subcategory: "Context Based Restrictions"
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cbr_zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: "ibm"
page_title: "IBM : ibm_cbr_zone"
description: |-
Manages cbr_zone.
Manages cbr_zone.
subcategory: "Context Based Restrictions"
---

Expand Down