From 3931dc2abb31295141d96dc296995e8b250fe12a Mon Sep 17 00:00:00 2001 From: Mertcan CAM Date: Sun, 15 Oct 2023 12:15:22 +0300 Subject: [PATCH] fix markdown lint error --- contrib/terraform/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md index 0f27beecec3..28a9f08c415 100644 --- a/contrib/terraform/aws/README.md +++ b/contrib/terraform/aws/README.md @@ -54,7 +54,7 @@ ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_user=ubuntu -b -- To leverage a Linux distribution other than Ubuntu 18.04 (Bionic) LTS for your Terraform configurations, you can adjust the AMI search filters within the 'data "aws_ami" "distro"' block by utilizing variables in your `terraform.tfvars` file. This approach ensures a flexible configuration that adapts to various Linux distributions without directly modifying the core Terraform files. -### Example Usages: +### Example Usages - **Debian Jessie**: To configure the usage of Debian Jessie, insert the subsequent lines into your `terraform.tfvars`: