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
40
40
41
41
# # Destroying the infrastructure
42
42
43
+ Note that this will destroy everything including the S3 bucket with artifacts!
44
+
43
45
Run ` terraform destroy`
44
46
45
47
# What's missing
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ data "aws_availability_zones" "available" {
20
20
21
21
module "metaflow-datastore" {
22
22
source = " outerbounds/metaflow/aws//modules/datastore"
23
- version = " 0.3.1"
23
+ version = " 0.3.2"
24
+
25
+ force_destroy_s3_bucket = true
24
26
25
27
resource_prefix = local. resource_prefix
26
28
resource_suffix = local. resource_suffix
@@ -35,13 +37,12 @@ module "metaflow-datastore" {
35
37
36
38
module "metaflow-common" {
37
39
source = " outerbounds/metaflow/aws//modules/common"
38
- version = " 0.3.1 "
40
+ version = " 0.3.2 "
39
41
}
40
42
41
43
module "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"
45
46
46
47
resource_prefix = local. resource_prefix
47
48
resource_suffix = local. resource_suffix
You can’t perform that action at this time.
0 commit comments