From e1b7f958fa35db3ed60b919e9f43b1db9d54c42e Mon Sep 17 00:00:00 2001 From: swaphb <61885493+swaphb@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:21:21 -0400 Subject: [PATCH] fix syntax issue --- tf_files/aws/commons/kube.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_files/aws/commons/kube.tf b/tf_files/aws/commons/kube.tf index df409c16d..12aac26fa 100644 --- a/tf_files/aws/commons/kube.tf +++ b/tf_files/aws/commons/kube.tf @@ -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"