Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 17, 2023
1 parent 02f57a5 commit c668b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ module "basic-example" {
name = var.name
vpc_id = var.vpc_id
vpc_id = var.vpc_id
vpc_private_subnets = var.vpc_private_subnets
vpc_public_subnets = var.vpc_public_subnets
vpc_public_subnets = var.vpc_public_subnets
app_port = var.app_port
}
Expand Down

0 comments on commit c668b25

Please sign in to comment.