We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23be350 commit 225b4efCopy full SHA for 225b4ef
main.tf
@@ -53,7 +53,6 @@ module "metaflow-ui" {
53
s3_bucket_arn = module.metaflow-datastore.s3_bucket_arn
54
subnet1_id = var.subnet1_id
55
subnet2_id = var.subnet2_id
56
- vpc_cidr_block = var.vpc_cidr_block
57
58
METAFLOW_DATASTORE_SYSROOT_S3 = module.metaflow-datastore.METAFLOW_DATASTORE_SYSROOT_S3
59
certificate_arn = var.ui_certificate_arn
0 commit comments