@@ -123,7 +123,7 @@ func (r *resourceCloudAutonomousVmCluster) Schema(ctx context.Context, req resou
123123 Computed : true ,
124124 Description : "The percentage of total CPU cores currently in use in the Autonomous VM cluster." ,
125125 },
126- "created_at" : schema.StringAttribute {
126+ names . AttrCreatedAt : schema.StringAttribute {
127127 Computed : true ,
128128 CustomType : timetypes.RFC3339Type {},
129129 Description : "The date and time when the Autonomous VM cluster was created." ,
@@ -149,23 +149,23 @@ func (r *resourceCloudAutonomousVmCluster) Schema(ctx context.Context, req resou
149149 },
150150 Description : "The database servers in the Autonomous VM cluster. Changing this will force terraform to create new resource." ,
151151 },
152- "description" : schema.StringAttribute {
152+ names . AttrDescription : schema.StringAttribute {
153153 Optional : true ,
154154 PlanModifiers : []planmodifier.String {
155155 stringplanmodifier .RequiresReplace (),
156156 stringplanmodifier .UseStateForUnknown (),
157157 },
158158 Description : "The description of the Autonomous VM cluster." ,
159159 },
160- "display_name" : schema.StringAttribute {
160+ names . AttrDisplayName : schema.StringAttribute {
161161 Required : true ,
162162 Validators : stringLengthBetween1And255Validator ,
163163 PlanModifiers : []planmodifier.String {
164164 stringplanmodifier .RequiresReplace (),
165165 },
166166 Description : "The display name of the Autonomous VM cluster. Changing this will force terraform to create new resource." ,
167167 },
168- "domain" : schema.StringAttribute {
168+ names . AttrDomain : schema.StringAttribute {
169169 Computed : true ,
170170 Description : "The domain name of the Autonomous VM cluster." ,
171171 },
@@ -283,12 +283,12 @@ func (r *resourceCloudAutonomousVmCluster) Schema(ctx context.Context, req resou
283283 Computed : true ,
284284 Description : "The shape of the Exadata infrastructure for the Autonomous VM cluster." ,
285285 },
286- "status" : schema.StringAttribute {
286+ names . AttrStatus : schema.StringAttribute {
287287 CustomType : status ,
288288 Computed : true ,
289289 Description : "The status of the Autonomous VM cluster. Possible values include CREATING, AVAILABLE , UPDATING , DELETING , DELETED , FAILED " ,
290290 },
291- "status_reason" : schema.StringAttribute {
291+ names . AttrStatusReason : schema.StringAttribute {
292292 Computed : true ,
293293 Description : "Additional information about the current status of the Autonomous VM cluster." ,
294294 },
0 commit comments