-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.gen
116 lines (116 loc) · 4.56 KB
/
files.gen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
internal/sdk/price.go
internal/sdk/product.go
internal/sdk/tax.go
internal/sdk/sdk.go
examples/README.md
go.mod
go.sum
internal/planmodifiers/boolplanmodifier/suppress_diff.go
internal/planmodifiers/float64planmodifier/suppress_diff.go
internal/planmodifiers/int64planmodifier/suppress_diff.go
internal/planmodifiers/listplanmodifier/suppress_diff.go
internal/planmodifiers/mapplanmodifier/suppress_diff.go
internal/planmodifiers/numberplanmodifier/suppress_diff.go
internal/planmodifiers/objectplanmodifier/suppress_diff.go
internal/planmodifiers/setplanmodifier/suppress_diff.go
internal/planmodifiers/stringplanmodifier/suppress_diff.go
internal/planmodifiers/utils/state_check.go
internal/provider/reflect/diags.go
internal/provider/reflect/doc.go
internal/provider/reflect/generic_attr_value.go
internal/provider/reflect/helpers.go
internal/provider/reflect/interfaces.go
internal/provider/reflect/into.go
internal/provider/reflect/map.go
internal/provider/reflect/number.go
internal/provider/reflect/options.go
internal/provider/reflect/outof.go
internal/provider/reflect/pointer.go
internal/provider/reflect/primitive.go
internal/provider/reflect/slice.go
internal/provider/reflect/struct.go
internal/provider/utils.go
internal/sdk/pkg/models/sdkerrors/sdkerror.go
internal/sdk/pkg/types/bigint.go
internal/sdk/pkg/types/date.go
internal/sdk/pkg/types/datetime.go
internal/sdk/pkg/types/decimal.go
internal/sdk/pkg/types/pointers.go
internal/sdk/pkg/utils/contenttype.go
internal/sdk/pkg/utils/form.go
internal/sdk/pkg/utils/headers.go
internal/sdk/pkg/utils/json.go
internal/sdk/pkg/utils/pathparams.go
internal/sdk/pkg/utils/queryparams.go
internal/sdk/pkg/utils/requestbody.go
internal/sdk/pkg/utils/retries.go
internal/sdk/pkg/utils/security.go
internal/sdk/pkg/utils/utils.go
internal/validators/DateValidator.go
internal/validators/ExactlyOneChild.go
internal/validators/JSONParseValidator.go
internal/validators/RFC3339Validator.go
main.go
terraform-registry-manifest.json
tools/tools.go
internal/sdk/pkg/models/operations/createprice.go
internal/sdk/pkg/models/operations/deleteprice.go
internal/sdk/pkg/models/operations/getprice.go
internal/sdk/pkg/models/operations/patchprice.go
internal/sdk/pkg/models/operations/updateprice.go
internal/sdk/pkg/models/operations/createproduct.go
internal/sdk/pkg/models/operations/deleteproduct.go
internal/sdk/pkg/models/operations/getproduct.go
internal/sdk/pkg/models/operations/patchproduct.go
internal/sdk/pkg/models/operations/updateproduct.go
internal/sdk/pkg/models/operations/createtax.go
internal/sdk/pkg/models/operations/deletetax.go
internal/sdk/pkg/models/operations/gettax.go
internal/sdk/pkg/models/operations/patchtax.go
internal/sdk/pkg/models/operations/updatetax.go
internal/sdk/pkg/models/shared/servererror.go
internal/sdk/pkg/models/shared/price.go
internal/sdk/pkg/models/shared/pricetier.go
internal/sdk/pkg/models/shared/pricetierdisplaymode.go
internal/sdk/pkg/models/shared/baserelation.go
internal/sdk/pkg/models/shared/entityowner.go
internal/sdk/pkg/models/shared/entityacl.go
internal/sdk/pkg/models/shared/clienterror.go
internal/sdk/pkg/models/shared/pricecreate.go
internal/sdk/pkg/models/shared/priceupdate.go
internal/sdk/pkg/models/shared/product.go
internal/sdk/pkg/models/shared/baseproduct.go
internal/sdk/pkg/models/shared/productupdate.go
internal/sdk/pkg/models/shared/tax.go
internal/sdk/pkg/models/shared/taxcreate.go
internal/sdk/pkg/models/shared/taxupdate.go
internal/sdk/pkg/models/shared/security.go
internal/provider/type_entity_acl.go
internal/provider/type_entity_owner.go
internal/provider/type_dollar_relation.go
internal/provider/type_base_relation.go
internal/provider/type_price_tier.go
internal/provider/type_price_create_unit.go
internal/provider/type_feature.go
USAGE.md
internal/provider/provider.go
examples/provider/provider.tf
internal/provider/price_resource.go
internal/provider/price_resource_sdk.go
examples/resources/epilot-product_price/resource.tf
internal/provider/product_resource.go
internal/provider/product_resource_sdk.go
examples/resources/epilot-product_product/resource.tf
internal/provider/tax_resource.go
internal/provider/tax_resource_sdk.go
examples/resources/epilot-product_tax/resource.tf
internal/provider/price_data_source.go
internal/provider/price_data_source_sdk.go
examples/data-sources/epilot-product_price/data-source.tf
internal/provider/product_data_source.go
internal/provider/product_data_source_sdk.go
examples/data-sources/epilot-product_product/data-source.tf
internal/provider/tax_data_source.go
internal/provider/tax_data_source_sdk.go
examples/data-sources/epilot-product_tax/data-source.tf
.gitattributes