style: format all files with prettier

This commit is contained in:
Seth Hobson
2026-01-19 17:07:03 -05:00
parent 8d37048deb
commit 56848874a2
355 changed files with 15215 additions and 10241 deletions

View File

@@ -58,6 +58,7 @@ module-name/
## AWS VPC Module Example
**main.tf:**
```hcl
resource "aws_vpc" "main" {
cidr_block = var.cidr_block
@@ -101,6 +102,7 @@ resource "aws_internet_gateway" "main" {
```
**variables.tf:**
```hcl
variable "name" {
description = "Name of the VPC"
@@ -141,6 +143,7 @@ variable "tags" {
```
**outputs.tf:**
```hcl
output "vpc_id" {
description = "ID of the VPC"