-
Notifications
You must be signed in to change notification settings - Fork 45
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: To Include project id (optional attribute) in Create (Device, DLG, ACL, SSH Public key) and Get details by uuid(Device, DLG, ACL, SSH Public key) #556
Conversation
…key create and get APIs
…key create and get APIs
…key create and get APIs
…key create and get APIs
…key create and get APIs
…key create and get APIs
One thing to keep in mind while you're actively working on NE in terraform is that there are a few changes in progress that your team should plan for. The biggest one is that we are introducing support for defining resources/datasource using https://github.com/hashicorp/terraform-plugin-framework/ instead of terraform-plugin-sdk, which Hashicorp has (in practice, if not in documentation) deprecated. SDK-based resources and datasources should continue to work for some time, but as we migrate more and more things to framework it will be important for your team to start thinking about and planning to migrate NE resources and data sources. |
Reference:https://docs.equinix.com/en-us/Content/IAM/iam-resources-projects.htm
Added changes required to allow customers to send Project ID (optional attribute) in
Link to PR in ne-go repo
[https://github.com/equinix/ne-go/pull/28]