Skip to content

Commit

Permalink
s3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent fc2277f commit def1472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/imports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ import {
to = aws_db_instance.postgres
id = "postgres"
}

import {
id = aws_s3_bucket.vue_js_bucket
to = "vue_js_bucket"
}

0 comments on commit def1472

Please sign in to comment.