File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ data "aws_availability_zones" "available" {
20
20
21
21
module "metaflow-datastore" {
22
22
source = " outerbounds/metaflow/aws//modules/datastore"
23
- version = " 0.8 .0"
23
+ version = " 0.10 .0"
24
24
25
25
force_destroy_s3_bucket = true
26
26
@@ -37,18 +37,18 @@ module "metaflow-datastore" {
37
37
38
38
module "metaflow-common" {
39
39
source = " outerbounds/metaflow/aws//modules/common"
40
- version = " 0.8 .0"
40
+ version = " 0.10 .0"
41
41
}
42
42
43
43
module "metaflow-metadata-service" {
44
44
source = " outerbounds/metaflow/aws//modules/metadata-service"
45
- version = " 0.8 .0"
45
+ version = " 0.10 .0"
46
46
47
47
resource_prefix = local. resource_prefix
48
48
resource_suffix = local. resource_suffix
49
49
50
50
access_list_cidr_blocks = []
51
- api_basic_auth = true
51
+ enable_api_basic_auth = true
52
52
database_name = module. metaflow-datastore . database_name
53
53
database_password = module. metaflow-datastore . database_password
54
54
database_username = module. metaflow-datastore . database_username
Original file line number Diff line number Diff line change 2
2
# VPC infra using https://github.com/terraform-aws-modules/terraform-aws-vpc
3
3
module "vpc" {
4
4
source = " terraform-aws-modules/vpc/aws"
5
- version = " 3.13.0 "
5
+ version = " 5.1.2 "
6
6
7
7
name = " ${ local . resource_prefix } -${ local . resource_suffix } "
8
8
cidr = " 10.10.0.0/16"
You can’t perform that action at this time.
0 commit comments