-
Notifications
You must be signed in to change notification settings - Fork 674
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
feat: update vmware service #5926
base: master
Are you sure you want to change the base?
Conversation
ibm/conns/config.go
Outdated
vmwareURL := ContructEndpoint(fmt.Sprintf("api.%s.vmware", c.Region), cloudEndpoint+"/v1") | ||
vmwareClientOptions := &vmwarev1.VmwareV1Options{ | ||
Authenticator: authenticator, | ||
URL: EnvFallBack([]string{"VMWARE_URL"}, vmwareURL), |
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.
Append IBMCLOUD to VMWARE_URL to keep inline with all other services
@@ -157,6 +161,18 @@ func ResourceIbmVmaasVdc() *schema.Resource { | |||
Description: "The public IP addresses assigned to the edge.", | |||
Elem: &schema.Schema{Type: schema.TypeString}, | |||
}, | |||
"private_ips": &schema.Schema{ |
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.
The top attribute "edges" is computed the inner attributes can't be optioanl
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.
Same comment holds for all below changes
@@ -3,7 +3,7 @@ layout: "ibm" | |||
page_title: "IBM : ibm_vmaas_vdc" | |||
description: |- | |||
Get information about vmaas_vdc | |||
subcategory: "VMware as a Service API" | |||
subcategory: "VMware Cloud Foundation as a Service API" |
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.
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.
I'll shorten it to VCF as a Service API
@@ -3,7 +3,7 @@ layout: "ibm" | |||
page_title: "IBM : ibm_vmaas_vdc" | |||
description: |- | |||
Get information about vmaas_vdc | |||
subcategory: "VMware as a Service API" | |||
subcategory: "VCF as a Service API" |
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.
why are we renaming from VMware to VCF.
We should rename in subcategory.txt
Community Note
Output from acceptance testing: