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
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# azurerm_resource_group.main will be created
+ resource "azurerm_resource_group""main" {
+ id = (known after apply)
+ location = "westus"
+ name = "super-long-and-comprehensively-detailed-but-within-ninety-characters-named-resource-group"
+ tags = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Actual Behavior
Error: "name" may not exceed 80 characters in length
on main.tf line 5, in resource "azurerm_resource_group""main":
5: resource "azurerm_resource_group""main" {
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_v1.33.1
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: