AlfatahB

Results 8 comments of AlfatahB

By making Create call (https://compute.googleapis.com/compute/v1/projects/project-name/regions/us-central1/routers) with the following request body, the router is being created along with interface without providing either linkedResources or ipRange Request Body for Post Call: ```...

@rileykarson Can you please review this PR?

@rileykarson I've made the changes as suggested. Can you please review these changes?

@rileykarson Could you please merge this PR?

I've looked into this issue and following are the details I found out: - I tried providing only `ip_range` field in the `google_compute_router_interface` resource and its working fine. ``` resource...