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

Error on AzureRM Documentation for azurerm_load_test #20376

Closed
1 task done
dhmoto17 opened this issue Feb 8, 2023 · 2 comments · Fixed by #20378
Closed
1 task done

Error on AzureRM Documentation for azurerm_load_test #20376

dhmoto17 opened this issue Feb 8, 2023 · 2 comments · Fixed by #20378
Labels
Milestone

Comments

@dhmoto17
Copy link

dhmoto17 commented Feb 8, 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.3.5

AzureRM Provider Version

3.42.0

Affected Resource(s)/Data Source(s)

azurerm_load_test

Terraform Configuration Files

resource "azurerm_load_example" "example" {
  location            = azurerm_resource_group.example.location
  name                = "example"
  resource_group_name = azurerm_resource_group.example.name
}

Debug Output/Panic Output

Error: Invalid resource type
│
│   on load_test.tf line 1, in resource "azurerm_load_example" "mgt_global_load_test":
│    1: resource "azurerm_load_example" "mgt_global_load_test" {
│
│ The provider hashicorp/azurerm does not support resource type "azurerm_load_example".

Expected Behaviour

Resource should be created using example in the documentation. The documentation is wrong here
https://github.com/hashicorp/terraform-provider-azurerm/blob/0e2033ee37c45cb58a1896c8cfaab277b5e3cda1/website/docs/r/load_test.html.markdown

Actual Behaviour

Terraform does not support resource type as copied from example.

Steps to Reproduce

terraform plan

Important Factoids

No response

References

No response

@dhmoto17 dhmoto17 added the bug label Feb 8, 2023
@github-actions github-actions bot removed the bug label Feb 8, 2023
@github-actions github-actions bot added this to the v3.43.0 milestone Feb 8, 2023
@github-actions
Copy link

This functionality has been released in v3.43.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
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 Mar 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants