Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f16b95e

Browse files
committedMar 17, 2025
feat(api): api update (#5332)
1 parent 94577b7 commit f16b95e

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed
 

Diff for: ‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1617
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b8e92e0265ee524573a0bbe517e04b0fd59acc583e2cc020d189d0e6e378fcbd.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4c5d3eca46acf6884562f78cedffd5eb2e4c41781c5f4667c84739767252bb22.yml

Diff for: ‎internal/services/magic_transit_connector/data_source_schema.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
2222
Optional: true,
2323
},
2424
"account_id": schema.StringAttribute{
25-
Description: "Account identifier",
26-
Required: true,
25+
Required: true,
2726
},
2827
"activated": schema.BoolAttribute{
2928
Computed: true,

Diff for: ‎internal/services/magic_transit_connector/list_data_source_schema.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
1818
return schema.Schema{
1919
Attributes: map[string]schema.Attribute{
2020
"account_id": schema.StringAttribute{
21-
Description: "Account identifier",
22-
Required: true,
21+
Required: true,
2322
},
2423
"max_items": schema.Int64Attribute{
2524
Description: "Max items to fetch, default: 1000",

Diff for: ‎internal/services/magic_transit_connector/schema.go

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
2424
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown(), stringplanmodifier.RequiresReplace()},
2525
},
2626
"account_id": schema.StringAttribute{
27-
Description: "Account identifier",
2827
Required: true,
2928
PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
3029
},

0 commit comments

Comments
 (0)
Please sign in to comment.