Skip to content

Commit

Permalink
wrap file in inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaduncan committed Oct 1, 2024
1 parent 874edb5 commit 7e2f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/_posts/2024-10-03-terraform-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Now that we have checked out our code let's finalize the configurations required

#### Backend configuration files

The Terraform backend configuration is stored within the backend-*.conf files and contain configurations relevant to your environments. Within these files, you will find placeholders for the following:
The Terraform backend configuration is stored within the `backend-*.conf` files and contain configurations relevant to your environments. Within these files, you will find placeholders for the following:
* `bucket` - the name of your bucket (not the ARN!)
* `key` - the path to your Terraform state file (i.e. the folder and resultant file name, which defaults to `terraform.tfstate`)
* `dynamodb_table` - the name of your DynamoDB table (not the ARN!)
Expand Down

0 comments on commit 7e2f3c7

Please sign in to comment.