Skip to content

Commit

Permalink
Merge pull request #84 from j3-signalroom/github_issue-83
Browse files Browse the repository at this point in the history
Resolved #83.
  • Loading branch information
j3-signalroom authored Nov 22, 2024
2 parents d56b940 + 28d0ee8 commit 33b2cd2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 38 deletions.
72 changes: 36 additions & 36 deletions .terraform.lock.hcl

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

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.23.00.000] - 2024-11-22
### Changed
- Upgraded the version of Terraform AWS Provider to `5.77.0`, and Terraform Confluent Provider to `2.10.0`.

## [0.22.00.000] - 2024-11-08
### Added
- Issue [#81](https://github.com/j3-signalroom/iac-confluent-resources-tf/issues/81).
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "~> 2.9.0"
version = "~> 2.10.0"
}
aws = {
source = "hashicorp/aws"
version = "~> 5.75.0"
version = "~> 5.77.0"
}
}
}
Expand Down

0 comments on commit 33b2cd2

Please sign in to comment.