mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
style: format all files with prettier
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user