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

deps: bump terraform-schema to 62b1929 #1180

Merged
merged 1 commit into from Feb 15, 2023
Merged

deps: bump terraform-schema to 62b1929 #1180

merged 1 commit into from Feb 15, 2023

Conversation

radeksimko
Copy link
Member

This is to bring in hashicorp/terraform-schema#184 which in turn enables correct parsing of default values in optional object attributes, such as in the following sample config:

variable "example" {
  type = object({
    foo = optional(string, "toot") # HERE
    bar = number
  })
}

This is a minor enhancement in the sense that we're catching up behind Terraform 1.3 which introduced defaults, as per #917 (hashicorp/terraform#31154).

@radeksimko radeksimko added the enhancement New feature or request label Feb 15, 2023
@radeksimko radeksimko requested a review from a team as a code owner February 15, 2023 15:49
@radeksimko radeksimko merged commit 72d6ce6 into main Feb 15, 2023
@radeksimko radeksimko deleted the bump-tf-schema branch February 15, 2023 16:05
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants