Skip to content

Commit 2ec966b

Browse files
committed
Enable x-ns VDS integration tests
Now that TFVP v4.4.0 is out we can enable the previously skipped x-ns VDS integration tests.
1 parent f615a1b commit 2ec966b

File tree

9 files changed

+8
-12
lines changed

9 files changed

+8
-12
lines changed

demo/infra/app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
vault = {
1515
source = "hashicorp/vault"
16-
version = "4.2.0"
16+
version = "4.4.0"
1717
}
1818
}
1919
}

test/integration/operator/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
vault = {
1515
source = "hashicorp/vault"
16-
version = "4.2.0"
16+
version = "4.4.0"
1717
}
1818
}
1919
}

test/integration/revocation/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
vault = {
1313
source = "hashicorp/vault"
14-
version = "4.2.0"
14+
version = "4.4.0"
1515
}
1616
helm = {
1717
source = "hashicorp/helm"

test/integration/vaultauthmethods/terraform-gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
vault = {
1111
source = "hashicorp/vault"
12-
version = "4.2.0"
12+
version = "4.4.0"
1313
}
1414
google = {
1515
source = "hashicorp/google"

test/integration/vaultauthmethods/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
vault = {
1111
source = "hashicorp/vault"
12-
version = "4.2.0"
12+
version = "4.4.0"
1313
}
1414
helm = {
1515
source = "hashicorp/helm"

test/integration/vaultdynamicsecret/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
vault = {
1515
source = "hashicorp/vault"
16-
version = "4.2.0"
16+
version = "4.4.0"
1717
}
1818
}
1919
}

test/integration/vaultdynamicsecret_integration_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,6 @@ func TestVaultDynamicSecret_vaultClientCallback(t *testing.T) {
851851

852852
for _, tt := range tests {
853853
t.Run(tt.name, func(t *testing.T) {
854-
if tt.xns {
855-
t.Skipf("skipping xns test %s, until https://github.com/hashicorp/terraform-provider-vault/pull/2289 is released", tt.name)
856-
}
857-
858854
if tt.xns && !outputs.WithXns {
859855
t.Skipf("skipping xns test %s, test infrastructure not supported", tt.name)
860856
}

test/integration/vaultpkisecret/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
vault = {
1111
source = "hashicorp/vault"
12-
version = "4.2.0"
12+
version = "4.4.0"
1313
}
1414
helm = {
1515
source = "hashicorp/helm"

test/integration/vaultstaticsecret/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
vault = {
1111
source = "hashicorp/vault"
12-
version = "4.2.0"
12+
version = "4.4.0"
1313
}
1414
helm = {
1515
source = "hashicorp/helm"

0 commit comments

Comments
 (0)