Skip to content

Commit ad5a762

Browse files
fix: sysdig provider version for test examples (#27)
1 parent 81addc2 commit ad5a762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/examples/organization/onboarding_with_cspm.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
sysdig = {
44
source = "sysdiglabs/sysdig"
5-
version = "~> 1.33.1"
5+
version = "~> 1.38"
66
}
77
}
88
}

test/examples/single_account/onboarding_with_cspm.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
sysdig = {
44
source = "sysdiglabs/sysdig"
5-
version = "~> 1.33.1"
5+
version = "~> 1.38"
66
}
77
}
88
}

0 commit comments

Comments
 (0)