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
╷
│ Error: Attribute name required
│
│ on line 1:
│ 1: gandi_livedns_record.1984_com["apex_a"]
│
│ Dot must be followed by attribute name.
╵
╷
│ Error: Invalid resource name
│
│ on 1984.com.tf line 708, in resource "gandi_livedns_record" "1984_com":
│ 708: resource "gandi_livedns_record" "1984_com_" {
│
│ A name must start with a letter or underscore and may contain only letters, digits, underscores, and dashes.
Terraform resources need to start with a letter or _ not a number
terraform import 'gandi_livedns_record.1984_com["apex_a"]' "1984.com/@/A"
╷
│ Error: Attribute name required
│
│ on line 1:
│ 1: gandi_livedns_record.1984_com["apex_a"]
│
│ Dot must be followed by attribute name.
╵
╷
│ Error: Invalid resource name
│
│ on 1984.com.tf line 708, in resource "gandi_livedns_record" "1984_com":
│ 708: resource "gandi_livedns_record" "1984_com_" {
│
│ A name must start with a letter or underscore and may contain only letters, digits, underscores, and dashes.
For information on valid syntax, see:
https://www.terraform.io/docs/cli/state/resource-addressing.html
Patch is ready
The text was updated successfully, but these errors were encountered: