To include projectId attribute(optional)in CVD,Create DLG, Create ACL template, Create SSH Public Key APIs#28
Merged
rling-equinix merged 5 commits intoequinix:mainfrom Feb 5, 2024
Conversation
rling-equinix
requested changes
Jan 30, 2024
Contributor
rling-equinix
left a comment
There was a problem hiding this comment.
Create/update and get API call also needs to be changed in rest_device.go, rest_device_link.go, rest_sshkey.go and rest_acltemplate files to include projectId.
rling-equinix
previously approved these changes
Feb 3, 2024
rling-equinix
approved these changes
Feb 5, 2024
rling-equinix
pushed a commit
to equinix/terraform-provider-equinix
that referenced
this pull request
Feb 6, 2024
…LG, ACL, SSH Public key) and Get details by uuid(Device, DLG, ACL, SSH Public key) (#556) 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 1. Create Device and Get Device by uuid 2. Create ACL Template and Get ACL template by uuid 3. Create SSH Public Key and Get SSH Public Key by uuid 4. Create DLG and get DLG details by uuid Link to PR in ne-go repo [equinix/ne-go#28]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To include projectId attribute(optional)in below APIs