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

helper: Add support ephemeral variables in TestRunner #361

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jan 6, 2025

See also #358
See also #337

This PR adds support for the ephemeral attribute on variable blocks, making it easier to test ephemeral values ​​like the following:

variable "ephemeral" {
  default = "secret"
  ephemeral = true
}

@wata727 wata727 merged commit d18c34b into master Jan 6, 2025
5 checks passed
@wata727 wata727 deleted the ephemeral_in_test_runner branch January 6, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant