Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support aws_fsx_lustre_file_system.efa_enabled #6

Merged

Conversation

magreenbaum
Copy link
Member

@magreenbaum magreenbaum commented Dec 22, 2024

Description

Support aws_fsx_lustre_file_system.efa_enabled.

Motivation and Context

Breaking Changes

No.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@@ -87,6 +88,7 @@ resource "aws_cloudwatch_log_group" "this" {
retention_in_days = var.cloudwatch_log_group_retention_in_days
kms_key_id = var.cloudwatch_log_group_kms_key_id
log_group_class = var.cloudwatch_log_group_class
skip_destroy = var.cloudwatch_log_group_skip_destroy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets remove this - it doesn't make sense to skip log groups, it will only cause conflicts

@magreenbaum magreenbaum changed the title feat: Support aws_fsx_lustre_file_system.efa_enabled and aws_cloudwatch_log_group.skip_destroy feat: Support aws_fsx_lustre_file_system.efa_enabled Dec 22, 2024
@bryantbiggs bryantbiggs merged commit e172a5b into terraform-aws-modules:master Dec 23, 2024
14 checks passed
antonbabenko pushed a commit that referenced this pull request Dec 23, 2024
## [1.2.0](v1.1.1...v1.2.0) (2024-12-23)

### Features

* Support `aws_fsx_lustre_file_system.efa_enabled` ([#6](#6)) ([e172a5b](e172a5b))
@antonbabenko
Copy link
Member

This PR is included in version 1.2.0 🎉

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.

3 participants