Skip to content

Conversation

@google-labs-jules
Copy link

This pull request adds a converter for the vmwareengine.googleapis.com/PrivateCloud asset type. It includes the converter registration and a test case. The tests are currently failing and require further investigation.


PR created automatically by Jules for task 2739084004400994930

@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

"discovery_name": "PrivateCloud",
"parent": "//cloudresourcemanager.googleapis.com/projects/{{.Provider.project}}",
"data": {
"name": "projects/{{.Provider.project}}/locations/us-central1-a/privateClouds/gg-asset-pc-00563-8560",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "projects/{{.Provider.project}}/locations/us-central1-a/privateClouds/gg-asset-pc-00563-8560",

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

},
"networkConfig": {
"managementCidr": "192.168.0.0/24",
"vmwareEngineNetwork": "projects/{{.Provider.project}}/locations/global/vmwareEngineNetworks/gg-asset-vmw-net-00563-8560"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"vmwareEngineNetwork": "projects/{{.Provider.project}}/locations/global/vmwareEngineNetworks/gg-asset-vmw-net-00563-8560"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

"vmwareEngineNetwork": "projects/{{.Provider.project}}/locations/global/vmwareEngineNetworks/gg-asset-vmw-net-00563-8560"
}
},
"location": "us-central1-a"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"location": "us-central1-a"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment on lines 2 to 8
resource "google_vmwareengine_network" "main" {
name = "gg-asset-vmw-net-00563-8560"
location = "global"
type = "STANDARD"
description = "Standard VMware Engine Network"
project = "{{.Provider.project}}"
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


network_config {
management_cidr = "192.168.0.0/24"
vmware_engine_network = google_vmwareengine_network.main.id
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vmware_engine_network = google_vmwareengine_network.main.id
vmware_engine_network = "projects/{{.Provider.project}}/locations/global/vmwareEngineNetworks/test_vmware_network"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

}
},
"networkConfig": {
"managementCidr": "192.168.0.0/24"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"managementCidr": "192.168.0.0/24"
"managementCidr": "192.168.0.0/24",
"vmwareEngineNetwork": "projects/{{.Provider.project}}/locations/global/vmwareEngineNetworks/test_vmware_network"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@hemantadil hemantadil force-pushed the feat-vmwareengine-private-cloud-converter branch from 19dc96b to c9cf14e Compare November 5, 2025 17:01
google-labs-jules bot and others added 4 commits November 5, 2025 22:34
This commit adds a converter for the vmwareengine.googleapis.com/PrivateCloud asset type.

It includes:
- Registration of the `google_vmwareengine_private_cloud` converter.
- A test case with `.tf` and `.json` files.

Note: The tests are currently failing and require further investigation. I was unable to create a stable testing environment to fully validate the changes.
@hemantadil hemantadil force-pushed the feat-vmwareengine-private-cloud-converter branch from c9cf14e to d08b98b Compare November 5, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants