You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"project_id": "STACKIT project ID associated with the distribution",
80
-
"status": "Status of the distribution",
81
-
"created_at": "Time when the distribution was created",
82
-
"updated_at": "Time when the distribution was last updated",
83
-
"errors": "List of distribution errors",
84
-
"domains": "List of configured domains for the distribution",
85
-
"config": "The distribution configuration",
86
-
"config_backend": "The configured backend for the distribution",
87
-
"config_regions": "The configured regions where content will be hosted",
88
-
"config_backend_type": "the ",
89
-
"config_backend_origin_url": "The configured backend type for the distribution",
90
-
"config_backend_origin_request_headers": "The configured origin request headers for the backend",
91
-
"domain_name": "The name of the domain",
92
-
"domain_status": "The status of the domain",
93
-
"domain_type": "The type of the domain. Each distribution has one domain of type \"managed\", and domains of type \"custom\" may be additionally created by the user",
94
-
"domain_errors": "List of domain errors",
95
-
}
96
76
resp.Schema= schema.Schema{
97
77
MarkdownDescription: features.AddBetaDescription("CDN distribution data source schema."),
98
78
Description: "CDN distribution data source schema.",
0 commit comments