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

Support Edition in aws_directory_service_directory #2912

Closed
bflad opened this issue Jan 9, 2018 · 2 comments
Closed

Support Edition in aws_directory_service_directory #2912

bflad opened this issue Jan 9, 2018 · 2 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope.

Comments

@bflad
Copy link
Contributor

bflad commented Jan 9, 2018

The AWS SDK just added support in v1.12.58 for specifying the Microsoft Active Directory edition (e.g. Standard or Enterprise) for the AWS Directory Service.

Terraform Version

terraform 0.10+
terraform-provider-aws 1.6.0

Affected Resource(s)

  • aws_directory_service_directory

Terraform Configuration Files

resource "aws_directory_service_directory" "example" {
  # new configuration
  edition = "Standard"
  # ... existing configuration ...
}

Expected Behavior

New functionality.

Actual Behavior

Can specify the Active Directory edition when creating the resource. Defaults to Enterprise.

References

@radeksimko radeksimko added enhancement Requests to existing resources that expand the functionality or scope. service/directoryservice labels Jan 17, 2018
@bflad
Copy link
Contributor Author

bflad commented Feb 16, 2018

This issue is a duplicate of #2357 so closing in preference of the earlier issue, it also just happens to have an open PR: #3421. 😄

@bflad bflad closed this as completed Feb 16, 2018
@ghost
Copy link

ghost commented Apr 7, 2020

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 Apr 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

No branches or pull requests

2 participants