-
Notifications
You must be signed in to change notification settings - Fork 85
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
Implement Host Transport Node #973
Conversation
a048ea5
to
488baf8
Compare
@ksamoray let me know if you are modifying functions |
Finally I've opted to use general naming (PR #974) instead of having a parameterized signature, as having different suffixes for attributes would require different descriptions as well for policy and MP. So methods above will remain as they are (but documentation for policy_host_transport_node will change though). |
68aaf39
to
519d413
Compare
Signed-off-by: graysonwu <[email protected]>
Computed: true, | ||
}, | ||
"discovered_node_id": { | ||
Type: schema.TypeString, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be ForceNew
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it can be updated in place.
Signed-off-by: graysonwu <[email protected]>
Merging the PR as Grayson won't be able to do that this week. |
No description provided.