Skip to content

Commit

Permalink
Don't validate addons attribute in SKS cluster resource test (#399)
Browse files Browse the repository at this point in the history
Attribute `addons` is
[deprecated](https://registry.terraform.io/providers/exoscale/exoscale/latest/docs/resources/sks_cluster#addons-1)
and breaks our tests due to not being in sync with individual addon
attributes. This PR removes the check from the test as it is not
relevant.
  • Loading branch information
kobajagi authored Nov 29, 2024
1 parent 1486647 commit 621e808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ BUG FIXES:
BUG FIXES:

- Bump default timeout to 1h #398
- Don't validate addons attribute in SKS cluster resource test #399

## 0.62.1

Expand Down
1 change: 1 addition & 0 deletions exoscale/resource_exoscale_sks_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ func TestAccResourceSKSCluster(t *testing.T) {
ImportStateVerifyIgnore: []string{
"oidc.#",
"oidc.0.%",
"addons",
resSKSClusterAttrOIDC(resSKSClusterAttrOIDCClientID),
resSKSClusterAttrOIDC(resSKSClusterAttrOIDCGroupsClaim),
resSKSClusterAttrOIDC(resSKSClusterAttrOIDCGroupsPrefix),
Expand Down

0 comments on commit 621e808

Please sign in to comment.