We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceac56b commit d7252b6Copy full SHA for d7252b6
client/landingzone.go
@@ -29,7 +29,7 @@ type MeshLandingZoneSpec struct {
29
Description string `json:"description" tfsdk:"description"`
30
AutomateDeletionApproval bool `json:"automateDeletionApproval" tfsdk:"automate_deletion_approval"`
31
AutomateDeletionReplication bool `json:"automateDeletionReplication" tfsdk:"automate_deletion_replication"`
32
- InfoLink string `json:"infoLink" tfsdk:"info_link"`
+ InfoLink *string `json:"infoLink,omitempty" tfsdk:"info_link"`
33
PlatformRef PlatformRef `json:"platformRef" tfsdk:"platform_ref"`
34
PlatformProperties *PlatformProperties `json:"platformProperties,omitempty" tfsdk:"platform_properties"`
35
}
0 commit comments