-
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
Support bridge confguration on segment #784
Conversation
/test-all |
2 similar comments
/test-all |
/test-all |
a1182cd
to
43def34
Compare
/test-all |
43def34
to
a499458
Compare
/test-all |
1 similar comment
/test-all |
a499458
to
3c0b282
Compare
nsxt/segment_common.go
Outdated
@@ -328,6 +350,12 @@ func getPolicyCommonSegmentSchema(vlanRequired bool, isFixed bool) map[string]*s | |||
Default: model.Segment_REPLICATION_MODE_MTEP, | |||
ValidateFunc: validation.StringInSlice(replicationModeValues, false), | |||
}, | |||
"bridge_config": { | |||
Type: schema.TypeList, | |||
Description: "Beidge configuration", |
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.
Bridge?
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.
Thanks, fixed
Add policy_bridge_profile data source and bridge_config clause on segments. Signed-off-by: Anna Khmelnitsky <akhmelnitsky@vmware.com>
3c0b282
to
e8bff0f
Compare
Thank you for working on this. I seem to be getting errors still even with the latest provider. I have pieced together what I can from the code and think I have it, but its still not working. If you have any ideas I would appreciate it. ╷ │ Error: Invalid data source terraform version
|
Hi @ajgrinnell, sorry for late response, I've missed this comment. Bridge support was added with version 3.2.9 |
Add policy_bridge_profile data source and bridge_config clause
on segments.
Signed-off-by: Anna Khmelnitsky akhmelnitsky@vmware.com