Skip to content

Commit

Permalink
chore(deps): bump hashicorp/oci from 6.11.0 to 6.14.0 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Czech <sebaczech@gmail.com>
  • Loading branch information
dependabot[bot] and sebastianczech authored Oct 22, 2024
1 parent e60986c commit 7437f85
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 47 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ repos:
- id: terraform_validate
args:
- --hook-config=--retry-once-with-cleanup=true
- --tf-init-args=-upgrade
### below action lock the terraform providers versions
### it can done also by command:
### terraform providers lock -platform=linux_arm64 -platform=linux_amd64 -platform=darwin_amd64
# - id: terraform_providers_lock
# args:
# - --args=-platform=linux_arm64
# - --args=-platform=linux_amd64
# - --args=-platform=darwin_amd64
- id: terraform_providers_lock
args:
- --args=-platform=linux_arm64
- --args=-platform=linux_amd64
- --args=-platform=darwin_amd64
- repo: https://github.com/bridgecrewio/checkov.git
rev: '3.2.219' # change to tag or sha
hooks:
Expand Down
40 changes: 20 additions & 20 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ terraform apply
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.11.0 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.14.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_oci"></a> [oci](#provider\_oci) | ~> 6.11.0 |
| <a name="provider_oci"></a> [oci](#provider\_oci) | ~> 6.14.0 |

## Modules

Expand Down
40 changes: 23 additions & 17 deletions examples/basic/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.4.4 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.11.0 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.14.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "~> 6.11.0"
version = "~> 6.14.0"
}

http = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "~> 6.11.0"
version = "~> 6.14.0"
}
}
}

0 comments on commit 7437f85

Please sign in to comment.