Skip to content

[DRAFT] Transcribe proposed new state handling from Terraform Core #1156

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

SBGoods
Copy link
Contributor

@SBGoods SBGoods commented Jun 3, 2025

Description

Proposed new state data is constructed in the Terraform internal/plans/objchange package. This PR aims to transcribe the Terraform Core handling and accompanying tests into the framework, converting the cty types into terraform-plugin-go tftypes.

Remaining Todos

Fix the following tests:

  • set_attr_with_partial_optional_computed_change
  • set_attr_without_optional_computed_change
  • set_attr_with_all_optional_computed
  • config_add_within_optional+computed_set

Rollback Plan

  • If a change needs to be reverted, we will roll out an update to the code within 7 days.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
N/A

@SBGoods SBGoods changed the title Transcribe proposed new state handling from Terraform Core [DRAFT] Transcribe proposed new state handling from Terraform Core Jun 3, 2025
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.

2 participants