Skip to content

Commit

Permalink
Add HCP Boundary to statuspage component IDs (#835)
Browse files Browse the repository at this point in the history
* Add HCP Boundary to statuspage component IDs

The provider uses these component IDs to show a warning in terraform plan output if there is a known outage listed on any of the components on the statuspage. This commit adds HCP Boundary to be included when determining if there's an issue with HCP.

* Add changelog entry
  • Loading branch information
bl1nk committed May 22, 2024
1 parent 39fd48c commit 70933bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/835.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:feature
Added HCP Boundary to statuspage components used to warn about potential issues with HCP.
```
1 change: 1 addition & 0 deletions internal/provider/statuspage.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var hcpComponentIds = map[string]string{
"0mbkqnrzg33w": "HCP Packer",
"mgv1p2j9x444": "HCP Portal",
"mb7xrbx9gjnq": "HCP Vault",
"9gzfhnxdsf93": "HCP Boundary",
}

type statuspage struct {
Expand Down
1 change: 1 addition & 0 deletions internal/providersdkv2/statuspage.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var hcpComponentIds = map[string]string{
"0mbkqnrzg33w": "HCP Packer",
"mgv1p2j9x444": "HCP Portal",
"mb7xrbx9gjnq": "HCP Vault",
"9gzfhnxdsf93": "HCP Boundary",
}

type statuspage struct {
Expand Down

0 comments on commit 70933bf

Please sign in to comment.