Problem:
Error: Output refers to sensitive values
│
│ on azure_tf_backend.tf line 49:
│ 49: output "storage_account_primary_access_key" {
│
│ To reduce the risk of accidentally exporting sensitive data that was intended to be only internal, Terraform requires that any root module output containing sensitive data be explicitly marked as sensitive, to confirm your
│ intent.
│
│ If you do intend to export this data, annotate the output value as sensitive by adding the following argument:
│ sensitive = true
Solution:
Changed

to
