diff --git a/infra/imports.tf b/infra/imports.tf index f3ebf860..7577edf9 100644 --- a/infra/imports.tf +++ b/infra/imports.tf @@ -2,3 +2,8 @@ import { to = aws_db_instance.postgres id = "postgres" } + +import { + id = aws_s3_bucket.vue_js_bucket + to = "vue_js_bucket" +}