terrastate icon indicating copy to clipboard operation
terrastate copied to clipboard

Visual Studio Code extension to monitor/deploy/destroy Terraform resources in workspace

Results 2 terrastate issues
Sort by recently updated
recently updated
newest added

My mono-repo contains a lot of terraform modules and having a VS Code setting for ignoring path patterns from the UI display in a similar way to `.gitignore` would be...

enhancement

Hi, Love the ethos of this extension however I'm currently unable to use it because we use remote state which is defined like so: ```hcl terraform { backend "gcs" {}...