Skip to content

Commit

Permalink
docs: Updated submodules and improved formatting. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Nov 14, 2024
1 parent 628d74d commit 46c62f4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ to match your desired configuration. For example:
module "database" {
source = "github.com/codeforamerica/tofu-modules/aws/serverless_database"
project = "my-project"
environment = "dev"
service = "web"
logging_key_arn = module.logging.kms_key_arn
secrets_key_arn = module.secrets.kms_key_arn
vpc_id = module.vpc.vpc_id
subnets = module.vpc.private_subnets
ingress_cidrs = module.vpc.private_subnets_cidr_blocks
vpc_id = module.vpc.vpc_id
subnets = module.vpc.private_subnets
ingress_cidrs = module.vpc.private_subnets_cidr_blocks
min_capacity = 2
max_capacity = 32
project = "my-project"
environment = "dev"
service = "web"
}
```

Expand Down Expand Up @@ -63,7 +63,6 @@ tofu init -upgrade
| snapshot_identifier | Optional name or ARN of the snapshot to restore the cluster from. Only applicable on create. | `bool` | `false` | no |
| tags | Optional tags to be applied to all resources. | `list` | `[]` | no |


## Outputs

| Name | Description | Type |
Expand Down

0 comments on commit 46c62f4

Please sign in to comment.