github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/invalid-resource-name/want/resource.tf (about)

     1  # TF-UPGRADE-TODO: In Terraform v0.11 and earlier, it was possible to begin a
     2  # resource name with a number, but it is no longer possible in Terraform v0.12.
     3  #
     4  # Rename the resource and run `terraform state mv` to apply the rename in the
     5  # state. Detailed information on the `state move` command can be found in the
     6  # documentation online: https://www.terraform.io/docs/commands/state/mv.html
     7  resource "test_instance" "1_invalid_resource_name" {
     8  }