File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ kubectl port-forward -n argo service/argo-argo-workflows-server 2746:2746
4040
4141# # Destroying the infrastructure
4242
43+ Note that this will destroy everything including the S3 bucket with artifacts!
44+
4345Run ` terraform destroy`
4446
4547# What's missing
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ data "aws_availability_zones" "available" {
2020
2121module "metaflow-datastore" {
2222 source = " outerbounds/metaflow/aws//modules/datastore"
23- version = " 0.3.1"
23+ version = " 0.3.2"
24+
25+ force_destroy_s3_bucket = true
2426
2527 resource_prefix = local. resource_prefix
2628 resource_suffix = local. resource_suffix
@@ -35,13 +37,12 @@ module "metaflow-datastore" {
3537
3638module "metaflow-common" {
3739 source = " outerbounds/metaflow/aws//modules/common"
38- version = " 0.3.1 "
40+ version = " 0.3.2 "
3941}
4042
4143module "metaflow-metadata-service" {
42- # source = "outerbounds/metaflow/aws//modules/metadata-service"
43- # version = "0.3.1"
44- source = " ../../modules/metadata-service"
44+ source = " outerbounds/metaflow/aws//modules/metadata-service"
45+ version = " 0.3.2"
4546
4647 resource_prefix = local. resource_prefix
4748 resource_suffix = local. resource_suffix
You can’t perform that action at this time.
0 commit comments