Skip to content

Commit

Permalink
chore(deps): bump hashicorp/oci from 6.8.0 to 6.9.0 (#7)
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 Sep 4, 2024
1 parent aec978c commit 8abd97c
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 45 deletions.
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.8.0 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.9.0 |

## Providers

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

## Modules

Expand Down
40 changes: 20 additions & 20 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.8.0 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | ~> 6.9.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.8.0"
version = "~> 6.9.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.8.0"
version = "~> 6.9.0"
}
}
}

0 comments on commit 8abd97c

Please sign in to comment.