Skip to content

Commit

Permalink
oci: tf provider bump (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho authored Jan 10, 2025
1 parent a6d143b commit b0af0a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/config-posture/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "~> 1.42"
version = "~> 1.43"
}
oci = {
source = "oracle/oci"
Expand Down
2 changes: 1 addition & 1 deletion modules/onboarding/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "~> 1.42"
version = "~> 1.43"
}
oci = {
source = "oracle/oci"
Expand Down
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.42.0"
version = "~> 1.43.0"
}
oci = {
source = "oracle/oci"
Expand Down
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.42.0"
version = "~> 1.43.0"
}
oci = {
source = "oracle/oci"
Expand Down

0 comments on commit b0af0a9

Please sign in to comment.