Skip to content

Commit 225b4ef

Browse files
committed
Remove unused variable
1 parent 23be350 commit 225b4ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ module "metaflow-ui" {
5353
s3_bucket_arn = module.metaflow-datastore.s3_bucket_arn
5454
subnet1_id = var.subnet1_id
5555
subnet2_id = var.subnet2_id
56-
vpc_cidr_block = var.vpc_cidr_block
5756

5857
METAFLOW_DATASTORE_SYSROOT_S3 = module.metaflow-datastore.METAFLOW_DATASTORE_SYSROOT_S3
5958
certificate_arn = var.ui_certificate_arn

0 commit comments

Comments
 (0)