Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
swaphb committed Mar 25, 2024
1 parent 800deb2 commit e1b7f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/commons/kube.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ resource "aws_db_instance" "db_gdcapi" {
#ignore_changes = ["*"]
ignore_changes = ["engine_version","storage_encrypted","identifier"]
}
# }
}
# // Create a secret for the gdcapi database
# resource "aws_secretsmanager_secret" "db_credentials_gdcapi" {
# name = "${var.vpc_name}-gdcapi-creds"
Expand Down

0 comments on commit e1b7f95

Please sign in to comment.