-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_express_route_port
: Added macsec_sci_state
and additional ciphers
#13006
azurerm_express_route_port
: Added macsec_sci_state
and additional ciphers
#13006
Conversation
09461b2
to
69a4bf1
Compare
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 @tiwood - looks good aside from one comment about the schema and missing docs
@@ -64,6 +57,11 @@ var expressRoutePortSchema = &pluginsdk.Schema{ | |||
Optional: true, | |||
ValidateFunc: validation.StringIsNotEmpty, | |||
}, | |||
"macsec_sci_state": { |
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.
state doesn't make much sense here? should this be:
"macsec_sci_state": { | |
"macsec_sci_enabled": { |
Just to let you know, there currently is an issue with the Azure API - it seems the SCI State is not reported back, which kind of blocks us here. |
@tiwood - should we close this until the API has been fixed? it can be reopened once thats happened |
Going to close this for now @tiwood - we can reopen it once the bug is fixed. thanks! |
This functionality has been released in v2.77.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
New attribute:
macsec_sci_state
, which sets https://docs.microsoft.com/en-us/rest/api/expressroute/express-route-ports/create-or-update#expressroutelinkmacsecscistateAdded missing XPN ciphers.
This has to be merged first: #13002