Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for escaping . in address #83

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

mcwarman
Copy link
Contributor

Fixes #26

provider "registry.terraform.io/hashicorp/aws" {
  version     = "3.38.0"
  constraints = "~> 3.38"
  hashes = [
    "h1:qKEjN/EM56XT46vGY33eoq7nD6JuGqRqFp7tkzTrRM0=",
  ]
}
cat ./tmp/.terraform.lock.hcl |  ./bin/hcledit attribute get 'provider.registry\.terraform\.io/hashicorp/aws.version'
"3.38.0"

Copy link
Owner

@minamijoyo minamijoyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! Awesome work 👍

@minamijoyo minamijoyo merged commit 9434fa5 into minamijoyo:master Sep 20, 2023
@minamijoyo
Copy link
Owner

@mcwarman Sorry I couldn't review your patch sooner. I've merged and shipped it in the new release v0.2.10 🚀 Thanks!

@mcwarman mcwarman deleted the feature/escaped-addresses branch September 20, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for escaping periods in block labels
2 participants