I am having issues with my ‘variables.tf’ code.
The type = string for variable “resource_group_name” gets this error message: Unknown token:4:20 IDENT string [4,20]
I cannot figure out how to fix this…
variable “resource_group_name” {
type = string
description = “The name of the resource group”
}