-
Notifications
You must be signed in to change notification settings - Fork 1
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
Seem to require to reference a gateway subnet with name GatewaySubnet #27
Comments
BackgroundAzure의 경우 CSP간에 VPN tunnel을 구성할 때 GatewaySubnet을 필요로 합니다. GatewaySubnet은 가상 네트워크 게이트웨이(예, VPN Gateway) 및 서비스에서 사용하는 IP 주소와 관련된 서브넷 입니다. 참고 - 테스트 결과 GatewaySubnet에 VM을 생성할 수는 없었습니다. GatewaySubnet 생성 및 관리 방안방안) GatewaySubnet 을 위한 CIDR block 정도를 입력 받아 Tofu에서 생성 및 관리하는 방안을 고려하고 있습니다.
@powerkimhub @seokho-son |
@yunkon-kim 정보 공유 감사합니다. 해당 자원은 VPN 연동을 위해서만 활용하는 Azure만의 방법(자체 생성하는 관리형 게이트웨이 VM을 통해 처리)이니, 다만, 이렇게 처리하게 되는 경우, 아무래도 댕글링되는 자원들이 남을 수 있어서 내부 시스템(TF)의 관리가 복잡해질 수도 있겠네요. 현재는 PoC 단계이므로, 말씀해주신 방향대로 추진하면 좋을 것 같고, @powerkimhub
|
|
@seokho-son (cc: @yunkon-kim )
|
@powerkimhub 이슈 대응 감사합니다. API request body에
혹시 수정 가능하시다면, |
성격이 좀 다른 변수라 다르게 해봤었는데
|
@powerkimhub 넵, 보통 API의 경우 공통적인 함수로 자동으로 처리(json 등)하는 경우가 많다보니, 일관성이 있는 것을 더 선호하는 경향이 있는 것 같습니다. 향후 수정해주시면, IDTransformMode: on 을 활용하겠습니다. |
|
Trial
Result - failed with the following errors
The text was updated successfully, but these errors were encountered: