Skip to content

Commit

Permalink
chore: 🤖 fixes for aws provider bump, for releases 7.2.0/1
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Dec 3, 2024
1 parent ba54751 commit fd5ddbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "< 5.0.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output "rds_instance_port" {

output "database_name" {
description = "Name of the database"
value = aws_db_instance.rds.name
value = aws_db_instance.rds.db_name
}

output "database_username" {
Expand Down

0 comments on commit fd5ddbe

Please sign in to comment.