Closed atsushi-ishibashi closed 6 years ago
opened PR for aws_neptune_parameter_group
https://github.com/terraform-providers/terraform-provider-aws/pull/4724
@atsushi-ishibashi @dav009 I would like to work on aws_neptune_subnet_group
, anyone working on this?
@saravanan30erd I'm not👍
@saravanan30erd go for it 👍. I will address the requested changes in the open PR soon 🙇
@atsushi-ishibashi @bflad It looks like both RDS and Neptune using same resource DB Subnet Group
for subnet groups, so I think we can use the same resource aws_db_subnet_group
with just updating document, any thoughts?
@saravanan30erd each service requires its own connection/endpoint and resource handling will likely vary between the two. Definitely create separate resources even if they look very similar.
@atsushi-ishibashi @dav009 I am working on aws_neptune_cluster_parameter_group
For those following along:
aws_neptune_parameter_group
resource: released in version 1.23.0 (enhanced with arn
and tags
in 1.24.0)aws_neptune_cluster_parameter_group
resource: released in version 1.24.0aws_neptune_subnet_group
resource: released in version 1.24.0@dav009 I am working on aws_neptune_cluster
@saravanan30erd do you have an expected completion date? Great work so far btw! Really appreciating the rapid development.
@angelinatquach I am expecting to finish this resource before next release.
We are using Neptune too and really looking forward to seeing this implemented. Thanks for your work on this @saravanan30erd!
@bflad still two resources are remaining aws_neptune_cluster_instance
and aws_neptune_event_subscription
, I am working on aws_neptune_cluster_instance.
I'll be picking up aws_neptune_event_subscription
this week. 👍
@bflad I already started and on the half way :)-
@saravanan30erd even better! 😄
As of version 1.31.0 of the AWS provider, releasing shortly, all the above mentioned resources have been implemented. 🎉 For future bug reports and feature requests, please submit separate issues so we have a clear definition of done. Thanks!
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!
Community Note
Description
New or Affected Resource(s)
Potential Terraform Configuration
Order
aws_neptune_parameter_group
,aws_neptune_cluster_parameter_group
,aws_neptune_subnet_group
aws_neptune_cluster
aws_neptune_cluster_instance
aws_neptune_event_subscription
References