File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,10 @@ func schemaAWSIntegrationResource() schema.Schema {
195195 Description : schemaAWSIntegrationServiceExcludedMetricsDesc ,
196196 ElementType : types .StringType ,
197197 Optional : true ,
198+ Computed : true ,
199+ PlanModifiers : []planmodifier.List {
200+ planmodifierutil .NilRelaxedList (),
201+ },
198202 },
199203 },
200204 },
@@ -220,6 +224,10 @@ func schemaAWSIntegrationResource() schema.Schema {
220224 Description : schemaAWSIntegrationServiceExcludedMetricsDesc ,
221225 ElementType : types .StringType ,
222226 Optional : true ,
227+ Computed : true ,
228+ PlanModifiers : []planmodifier.List {
229+ planmodifierutil .NilRelaxedList (),
230+ },
223231 },
224232 "retire_automatically" : schema.BoolAttribute {
225233 Description : schemaAWSIntegrationServiceRetireAutomaticallyDesc ,
You can’t perform that action at this time.
0 commit comments