Skip to content

Commit

Permalink
Add HCP Boundary to statuspage component IDs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bl1nk committed May 8, 2024
1 parent 31f8e50 commit dee7987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 dee7987

Please sign in to comment.