File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
internal/services/dns_record Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1793
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-04b4dbda89df6bee81c7e2dbb83fe3b82e5a06d8f5d6c88dc0e5ca91e81fe7b6 .yml
3
- openapi_spec_hash : 61a00ddb0dd600d4e2b6258cc2da1517
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-67567350789775e1a836ca8c4ec5c9a53fa4f323317bd70350e07a1112d5ada5 .yml
3
+ openapi_spec_hash : 5dfd94e9f9564db9e16524beebb3fc2d
4
4
config_hash : 04c3e87def66bed3001640fca84ff9c5
Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
192
192
},
193
193
},
194
194
"priority" : schema.Float64Attribute {
195
- Description : "priority ." ,
195
+ Description : "Priority ." ,
196
196
Computed : true ,
197
197
Validators : []validator.Float64 {
198
198
float64validator .Between (0 , 65535 ),
199
199
},
200
200
},
201
201
"target" : schema.StringAttribute {
202
- Description : "target ." ,
202
+ Description : "Target ." ,
203
203
Computed : true ,
204
204
},
205
205
"altitude" : schema.Float64Attribute {
@@ -348,7 +348,7 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
348
348
},
349
349
},
350
350
"fingerprint" : schema.StringAttribute {
351
- Description : "fingerprint ." ,
351
+ Description : "Fingerprint ." ,
352
352
Computed : true ,
353
353
},
354
354
},
Original file line number Diff line number Diff line change @@ -400,14 +400,14 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
400
400
},
401
401
},
402
402
"priority" : schema.Float64Attribute {
403
- Description : "priority ." ,
403
+ Description : "Priority ." ,
404
404
Computed : true ,
405
405
Validators : []validator.Float64 {
406
406
float64validator .Between (0 , 65535 ),
407
407
},
408
408
},
409
409
"target" : schema.StringAttribute {
410
- Description : "target ." ,
410
+ Description : "Target ." ,
411
411
Computed : true ,
412
412
},
413
413
"altitude" : schema.Float64Attribute {
@@ -556,7 +556,7 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
556
556
},
557
557
},
558
558
"fingerprint" : schema.StringAttribute {
559
- Description : "fingerprint ." ,
559
+ Description : "Fingerprint ." ,
560
560
Computed : true ,
561
561
},
562
562
},
Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ func ResourceSchema(ctx context.Context) schema.Schema {
163
163
},
164
164
},
165
165
"priority" : schema.Float64Attribute {
166
- Description : "priority ." ,
166
+ Description : "Priority ." ,
167
167
Optional : true ,
168
168
Validators : []validator.Float64 {
169
169
float64validator .Between (0 , 65535 ),
170
170
},
171
171
},
172
172
"target" : schema.StringAttribute {
173
- Description : "target ." ,
173
+ Description : "Target ." ,
174
174
Optional : true ,
175
175
},
176
176
"altitude" : schema.Float64Attribute {
@@ -319,7 +319,7 @@ func ResourceSchema(ctx context.Context) schema.Schema {
319
319
},
320
320
},
321
321
"fingerprint" : schema.StringAttribute {
322
- Description : "fingerprint ." ,
322
+ Description : "Fingerprint ." ,
323
323
Optional : true ,
324
324
},
325
325
},
You can’t perform that action at this time.
0 commit comments