Skip to content

Commit

Permalink
fix: sysdig provider version for test examples (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho authored Nov 21, 2024
1 parent 81addc2 commit ad5a762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/examples/organization/onboarding_with_cspm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "~> 1.33.1"
version = "~> 1.38"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/examples/single_account/onboarding_with_cspm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "~> 1.33.1"
version = "~> 1.38"
}
}
}
Expand Down

0 comments on commit ad5a762

Please sign in to comment.