Skip to content

Commit

Permalink
SSPROD-51060 - fix(oci): required provider to avoid warning (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho authored Dec 19, 2024
1 parent cf17513 commit 9d8f583
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/config-posture/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 1.42"
}
oci = {
source = "hashicorp/oci"
source = "oracle/oci"
}
}
}
2 changes: 1 addition & 1 deletion modules/onboarding/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 1.42"
}
oci = {
source = "hashicorp/oci"
source = "oracle/oci"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ terraform {
source = "sysdiglabs/sysdig"
version = "~> 1.42.0"
}
oci = {
source = "oracle/oci"
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ terraform {
source = "sysdiglabs/sysdig"
version = "~> 1.42.0"
}
oci = {
source = "oracle/oci"
}
}
}

Expand Down

0 comments on commit 9d8f583

Please sign in to comment.