Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPELLING MISTAKE || azurerm_automation_software_update_configuration || V3.33.0 #20931

Closed
1 task done
Kushagra-Neu opened this issue Mar 14, 2023 · 2 comments · Fixed by #28312
Closed
1 task done

SPELLING MISTAKE || azurerm_automation_software_update_configuration || V3.33.0 #20931

Kushagra-Neu opened this issue Mar 14, 2023 · 2 comments · Fixed by #28312

Comments

@Kushagra-Neu
Copy link

Kushagra-Neu commented Mar 14, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

1.4.0

AzureRM Provider Version

3.33.0

Affected Resource(s)/Data Source(s)

azurerm_automation_software_update_configuration

Terraform Configuration Files

output "automation_software_update_configuration_output" {
  description = "Automation Software Update Configuration output values"
  value = { for k, v in azurerm_automation_software_update_configuration.automation_software_update_configuration : k => {
    id = v.id
    error_code =v.error_code
    error_meesage = v.error_meesage
    }
  }
}

Debug Output/Panic Output

#AUTOMATION SOFTWARE UPDATE CONFIGURATION OUTPUT
output "automation_software_update_configuration_output" {
  description = "Automation Software Update Configuration output values"
  value = { for k, v in azurerm_automation_software_update_configuration.automation_software_update_configuration : k => {
    id = v.id
    error_code =v.error_code
    error_message = v.error_message
    }
  }
}

Expected Behaviour

#AUTOMATION SOFTWARE UPDATE CONFIGURATION OUTPUT
output "automation_software_update_configuration_output" {
  description = "Automation Software Update Configuration output values"
  value = { for k, v in azurerm_automation_software_update_configuration.automation_software_update_configuration : k => {
    id = v.id
    error_code =v.error_code
    error_message = v.error_message
    }
  }
}

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

No response

@sinbai
Copy link
Contributor

sinbai commented Mar 15, 2023

@Kushagra-Neu thanks for opening this issue. It seems that this is a known issue. The typo property error_meesage would be removed in v4.0 and the doc would be updated. See here for details.

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.