The "do_not_verify_remote_gateways" flag should be exposed in the hubnetworking module
Status: Long Term :hourglass_flowing_sand:Status: Response Overdue :triangular_flag_on_post:Language: Terraform :globe_with_meridians:
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
I'm not sure
### (Optional) Module Version
0.9.0
### (Optional) Correlation Id
_No response_
### Description
The "do_not_verify_remote_gateways" flag should be exposed in the hubnetworking module.
Scenario:
We deployed a peered mesh of 4 hubs.
In one of the hubs, we also deployed an ExpressRoute Gateway and Azure Route Server (from the AVM modules also) to allow communication with an Azure VMware Service environment.
Observed behavior:
For the peerings *for this hub only*, on every terraform apply, the doNotVerifyRemoteGateways property gets changed from true to false (false is the default in hubnetworking) but something (Route Server possibly?) changes it back to true? There are no issues with the other peerings.
If the attribute (available in the virtualnetwork module) was exposed, we could set it to true which should resolve the issue. I did not find much additional information about the usage of the attribute.
6 条评论