File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
r2_bucket_event_notification Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type R2BucketDataSourceModel struct {
19
19
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
20
20
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
21
21
CreationDate types.String `tfsdk:"creation_date" json:"creation_date,computed"`
22
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"jurisdiction,computed"`
22
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"jurisdiction,computed,no_refresh "`
23
23
Location types.String `tfsdk:"location" json:"location,computed"`
24
24
Name types.String `tfsdk:"name" json:"name,computed"`
25
25
StorageClass types.String `tfsdk:"storage_class" json:"storage_class,computed"`
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ type R2BucketModel struct {
18
18
Location types.String `tfsdk:"location" json:"location,computed_optional"`
19
19
StorageClass types.String `tfsdk:"storage_class" json:"storage_class,computed_optional"`
20
20
CreationDate types.String `tfsdk:"creation_date" json:"creation_date,computed"`
21
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"jurisdiction,computed_optional"`
21
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"jurisdiction,computed_optional,no_refresh "`
22
22
}
23
23
24
24
type CreateR2BucketModel struct {
25
25
ID types.String `tfsdk:"id" json:"-,computed"`
26
26
Name types.String `tfsdk:"name" json:"name,required"`
27
27
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
28
28
Location types.String `tfsdk:"location" json:"locationHint,computed_optional"`
29
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
29
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
30
30
StorageClass types.String `tfsdk:"storage_class" json:"storageClass,computed_optional"`
31
31
CreationDate types.String `tfsdk:"creation_date" json:"-,computed"`
32
32
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type R2BucketCORSResultEnvelope struct {
14
14
type R2BucketCORSModel struct {
15
15
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
16
16
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
17
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
17
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
18
18
Rules * []* R2BucketCORSRulesModel `tfsdk:"rules" json:"rules,optional"`
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type R2BucketEventNotificationModel struct {
17
17
QueueID types.String `tfsdk:"queue_id" path:"queue_id,required"`
18
18
Rules * []* R2BucketEventNotificationRulesModel `tfsdk:"rules" json:"rules,optional"`
19
19
QueueName types.String `tfsdk:"queue_name" json:"queueName,computed"`
20
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
20
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
21
21
}
22
22
23
23
func (m R2BucketEventNotificationModel ) MarshalJSON () (data []byte , err error ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type R2BucketLifecycleResultEnvelope struct {
15
15
type R2BucketLifecycleModel struct {
16
16
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
17
17
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
18
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
18
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
19
19
Rules * []* R2BucketLifecycleRulesModel `tfsdk:"rules" json:"rules,optional"`
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type R2BucketLockResultEnvelope struct {
15
15
type R2BucketLockModel struct {
16
16
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
17
17
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
18
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
18
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
19
19
Rules * []* R2BucketLockRulesModel `tfsdk:"rules" json:"rules,optional"`
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type R2BucketSippyResultEnvelope struct {
14
14
type R2BucketSippyModel struct {
15
15
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
16
16
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
17
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
17
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
18
18
Destination * R2BucketSippyDestinationModel `tfsdk:"destination" json:"destination,optional"`
19
19
Source * R2BucketSippySourceModel `tfsdk:"source" json:"source,optional"`
20
20
Enabled types.Bool `tfsdk:"enabled" json:"enabled,computed"`
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type R2CustomDomainResultEnvelope struct {
15
15
type R2CustomDomainModel struct {
16
16
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
17
17
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
18
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
18
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
19
19
Domain types.String `tfsdk:"domain" json:"domain,required"`
20
20
ZoneID types.String `tfsdk:"zone_id" json:"zoneId,required"`
21
21
Enabled types.Bool `tfsdk:"enabled" json:"enabled,required"`
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type R2ManagedDomainResultEnvelope struct {
14
14
type R2ManagedDomainModel struct {
15
15
AccountID types.String `tfsdk:"account_id" path:"account_id,required"`
16
16
BucketName types.String `tfsdk:"bucket_name" path:"bucket_name,required"`
17
- Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional"`
17
+ Jurisdiction types.String `tfsdk:"jurisdiction" json:"-,computed_optional,no_refresh "`
18
18
Enabled types.Bool `tfsdk:"enabled" json:"enabled,required"`
19
19
BucketID types.String `tfsdk:"bucket_id" json:"bucketId,computed"`
20
20
Domain types.String `tfsdk:"domain" json:"domain,computed"`
You can’t perform that action at this time.
0 commit comments