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

Open
1 task done
Kushagra-Neu opened this issue Mar 14, 2023 · 1 comment
Open
1 task done

Comments

@Kushagra-Neu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants