You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent regression due to missing headers from the Terraform Provider, we add a check directly in the TF Provider that ensures that resourceSloRead calls always have a readOnly.Provenance field of "terraform".
resourceSloRead is called after all CREATE/UPDATEs made by the Terraform Provider, so it is reasonable to expect that the modified Slo would have a readOnly.Provenance field of terraform.
If this is missing, it's likely because the header was removed from within the Terraform Provider.
The text was updated successfully, but these errors were encountered:
To prevent regression due to missing headers from the Terraform Provider, we add a check directly in the TF Provider that ensures that
resourceSloRead
calls always have areadOnly.Provenance
field of "terraform".resourceSloRead
is called after all CREATE/UPDATEs made by the Terraform Provider, so it is reasonable to expect that the modified Slo would have areadOnly.Provenance
field ofterraform
.If this is missing, it's likely because the header was removed from within the Terraform Provider.
The text was updated successfully, but these errors were encountered: