Skip to content

Commit 4485e1e

Browse files
committed
bug: updated example.tf
1 parent d54bbe0 commit 4485e1e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ badges:
2020
url: "https://github.com/clouddrove/terraform-aws-subnet/releases/latest"
2121
- name: "tfsec"
2222
image: "https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/tfsec.yml/badge.svg"
23-
url: ""
23+
url: "https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/tfsec.yml"
2424
- name: "Licence"
2525
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
2626
url: "LICENSE.md"

_example/public-private-subnet-endpoint/example.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module "vpc" {
1919
label_order = ["name", "environment"]
2020

2121
cidr_block = "10.0.0.0/16"
22-
flow_logs_bucket_name = "vpc-flow-logs-buckets"
2322
enable_flow_log = false
2423
}
2524

0 commit comments

Comments
 (0)