Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Invalid escape sequence #36

Closed
jrgeorge40 opened this issue Oct 16, 2019 · 3 comments
Closed

Invalid escape sequence #36

jrgeorge40 opened this issue Oct 16, 2019 · 3 comments

Comments

@jrgeorge40
Copy link

I am getting the following error. It looks like it doesn't know how to properly treat backslashes in naming conventions.

Message:

Error: Invalid escape sequence

on azurerm_virtual_network.daze2-network-rg__dAZE2-Dev-vnet.tf line 17, in resource "azurerm_virtual_network" "daze2-network-rg__dAZE2-Dev-vnet":
17: "AppTaxonomy"="ITIS\Infrastructure\Dev"

The symbol "I" is not a valid escape sequence selector.

@andyt530
Copy link
Owner

Looks like that's coming from Terraform itself isn't it ?

Could you post some extra lines before/after so I can see more context.

@jrgeorge40
Copy link
Author

I think this is because the tags have a "" in them and it is qualifying this as an escape character. so I think that this is an issue with implementation and something that Terraform is not able to handle.

@andyt530 andyt530 closed this as completed Dec 5, 2019
@andyt530
Copy link
Owner

andyt530 commented Dec 5, 2019

Closing as this is a Terraform issue rather than az2tf.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants