colossal-plastic-46140
02/01/2020, 12:27 AMwhite-balloon-205
02/01/2020, 12:43 AMcolossal-plastic-46140
02/01/2020, 12:48 AMwhite-balloon-205
02/03/2020, 6:30 PMZone
both in the root namespace - and both have a secondaries
nested substructure.
cc @broad-dog-22463 and @microscopic-pilot-97530 who might know how to adjust and/or work around that?microscopic-pilot-97530
02/03/2020, 7:04 PMnetworks
property has an extra -
after the (Computed)
and slightly different text than that of the data source. https://raw.githubusercontent.com/terraform-providers/terraform-provider-ns1/master/website/docs/r/zone.html.markdown vs https://raw.githubusercontent.com/terraform-providers/terraform-provider-ns1/master/website/docs/d/zone.html.markdown
Another way of addressing this would be to set the NestedType
property to override the name of the type we emit for this nested type, either for the data source or resource. Setting it to something like NS1ZoneDataSourceSecondary
on the data source or NS1ZoneResourceSecondary
on the resource. Here's an example where we use that to override the name of a nested type in the GCP provider: https://github.com/pulumi/pulumi-gcp/blob/19ca6d1ab783ee3fc18d3c721573a469d45179fe/resources.go#L970-L974colossal-plastic-46140
02/03/2020, 8:14 PM