Skip to content

Conversation

@esacteksab
Copy link
Contributor

  • chore(deps): update things
  • chore: tflint and tfsort variables
  • docs: update readme

@esacteksab
Copy link
Contributor Author

The biggest change was adding a type to var.container_volumes. I'm not entirely certain I captured it correctly. I referenced a config on an existing project:

efs_instance_id       = aws_efs_file_system.main.id
  container_volumes = [{
    "name" = var.efs.volume_name,
    "efs_volume_configuration" = {
      access_point_id         = aws_efs_access_point.mi_files.id,
      transit_encryption      = "ENABLED"
      transit_encryption_port = 10000
    }
  }]

I also replaced join("", object) with one(object), TF docs explains one(). Hopefully I did this correctly.

@esacteksab esacteksab requested a review from a team January 18, 2025 17:07
@esacteksab esacteksab closed this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants