Open kadrach opened 4 years ago
The schema for prefix list resource does not define MaxEntries and AddressFamily to be createOnlyProperties.
createOnlyProperties
https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-createonlyproperties
This means that on update operations touching e.g. MaxEntries, CloudFormation fails and rolls back the change instead of replacing the resource with a new instance of it.
The schema for prefix list resource does not define MaxEntries and AddressFamily to be
createOnlyProperties
.https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-createonlyproperties
This means that on update operations touching e.g. MaxEntries, CloudFormation fails and rolls back the change instead of replacing the resource with a new instance of it.