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

Feature Request: Support Firewall Manager Administrator Account Association #4057

Closed
bflad opened this issue Apr 5, 2018 · 3 comments · Fixed by #4310
Closed

Feature Request: Support Firewall Manager Administrator Account Association #4057

bflad opened this issue Apr 5, 2018 · 3 comments · Fixed by #4310
Labels
new-resource Introduces a new resource. service/fms Issues and PRs that pertain to the fms service.
Milestone

Comments

@bflad
Copy link
Contributor

bflad commented Apr 5, 2018

Amazon has released a new service, Firewall Manager, which provides centralized configuration of WAF rules across accounts and applications. https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-aws-firewall-manager/

Please vote on this issue by adding a 👍 reaction to the original issue to help prioritize interest. If you're interested in implementing this feature request, please comment below.

Prerequisites:

Terraform Version

terraform 0.10+

New Resource(s)

  • aws_fms_administrator_account_association

Terraform Configuration Files

# Example implementation, may change when developed
resource "aws_fms_administrator_account_association" "example" {
  account_id = "123456789012" # optional
}

Expected Behavior

Resource associates and disassociates Firewall Manager administrator account.

Actual Behavior

New feature.

References

@bflad bflad added new-resource Introduces a new resource. service/fms Issues and PRs that pertain to the fms service. labels Apr 5, 2018
@bflad bflad added this to the v2.22.0 milestone Aug 1, 2019
@bflad
Copy link
Contributor Author

bflad commented Aug 1, 2019

A new aws_fms_admin_account resource has been merged and will release with version 2.22.0 of the Terraform AWS Provider, tomorrow. 👍 Thanks to @goakley for the implementation.

@ghost
Copy link

ghost commented Aug 1, 2019

This has been released in version 2.22.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Nov 2, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Nov 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/fms Issues and PRs that pertain to the fms service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant