Skip to content

Commit f51a207

Browse files
authored
Merge branch 'next' into ajeffery/list-item-data-source
2 parents e7cf3c3 + e6094c2 commit f51a207

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-413c9fb5525b7770ec2d427f387949f81698c849808d1d6496be71ba23b9b8b2.yml
3-
openapi_spec_hash: b7a0adea4c64c0a4c533c78599a2b3ae
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4df5ed8ddf60ddcd6a01870d3bddce00cefb42270d87ef9900e5e15e8055d0b2.yml
3+
openapi_spec_hash: cabd4c35b0f8e0ccfa2a3d862a1df022
44
config_hash: de4c81cee29cd7dd907279e8916b334f

internal/services/list_item/data_source_schema.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
3434
Description: "Defines the unique ID of the item in the List.",
3535
Computed: true,
3636
},
37+
"ip": schema.StringAttribute{
38+
Description: "An IPv4 address, an IPv4 CIDR, an IPv6 address, or an IPv6 CIDR.",
39+
Computed: true,
40+
},
41+
"modified_on": schema.StringAttribute{
42+
Description: "The RFC 3339 timestamp of when the list was last modified.",
43+
Computed: true,
44+
},
3745
"hostname": schema.SingleNestedAttribute{
3846
Description: "Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen (-).",
3947
Computed: true,
@@ -48,10 +56,6 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
4856
},
4957
},
5058
},
51-
"ip": schema.StringAttribute{
52-
Description: "An IPv4 address, an IPv4 CIDR, an IPv6 address, or an IPv6 CIDR.",
53-
Computed: true,
54-
},
5559
"redirect": schema.SingleNestedAttribute{
5660
Description: "The definition of the redirect.",
5761
Computed: true,

0 commit comments

Comments
 (0)