diff --git a/devops-pipeline/other-resources/variables.tf b/devops-pipeline/other-resources/variables.tf index 329d40f..7905f6b 100644 --- a/devops-pipeline/other-resources/variables.tf +++ b/devops-pipeline/other-resources/variables.tf @@ -65,3 +65,4 @@ variable "storage_integration_external_id" { variable "cross_account_target_account_id" { type = string } + diff --git a/streamlit-server/variables.tf b/streamlit-server/variables.tf index b5bec10..e919d93 100644 --- a/streamlit-server/variables.tf +++ b/streamlit-server/variables.tf @@ -71,3 +71,4 @@ variable "acm_arns" { variable "key_name" { } + diff --git a/textract-pipeline/terraform/variables.tf b/textract-pipeline/terraform/variables.tf index c8de81b..c918b11 100644 --- a/textract-pipeline/terraform/variables.tf +++ b/textract-pipeline/terraform/variables.tf @@ -28,4 +28,4 @@ variable "client_list" { variable "aws_account_id" { type = string -} \ No newline at end of file +}