@@ -90,18 +90,18 @@ type AWSEnvIcebergModel struct {
9090}
9191
9292type AWSEnvIcebergCatalogModel struct {
93- Name types.String `tfsdk:"name"`
94- Type types.String `tfsdk:"type"`
95- CustomS3Bucket types.String `tfsdk:"custom_s3_bucket"`
96- CustomS3BucketPath types.String `tfsdk:"custom_s3_bucket_path"`
97- CustomS3TableBucketARN types.String `tfsdk:"custom_s3_table_bucket_arn"`
98- AWSRegion types.String `tfsdk:"aws_region"`
99- AnonymousAccessEnabled types.Bool `tfsdk:"anonymous_access_enabled"`
93+ Name types.String `tfsdk:"name"`
94+ Type types.String `tfsdk:"type"`
95+ CustomS3Bucket types.String `tfsdk:"custom_s3_bucket"`
96+ CustomS3BucketPath types.String `tfsdk:"custom_s3_bucket_path"`
97+ CustomS3TableBucketARN types.String `tfsdk:"custom_s3_table_bucket_arn"`
98+ AWSRegion types.String `tfsdk:"aws_region"`
99+ AnonymousAccessEnabled types.Bool `tfsdk:"anonymous_access_enabled"`
100100 Maintenance * AWSEnvIcebergCatalogMaintenanceModel `tfsdk:"maintenance"`
101- Watches []AWSEnvIcebergCatalogWatchModel `tfsdk:"watches"`
102- RoleARN types.String `tfsdk:"role_arn"`
103- AssumeRoleARNRW types.String `tfsdk:"assume_role_arn_rw"`
104- AssumeRoleARNRO types.String `tfsdk:"assume_role_arn_ro"`
101+ Watches []AWSEnvIcebergCatalogWatchModel `tfsdk:"watches"`
102+ RoleARN types.String `tfsdk:"role_arn"`
103+ AssumeRoleARNRW types.String `tfsdk:"assume_role_arn_rw"`
104+ AssumeRoleARNRO types.String `tfsdk:"assume_role_arn_ro"`
105105}
106106
107107type AWSEnvIcebergCatalogMaintenanceModel struct {
0 commit comments