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

Make terraform configuration compatible with v0.13 #59

Merged
merged 1 commit into from
Aug 30, 2020

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Aug 30, 2020

addrs.Provider was added to configs.Resource in Terraform v0.13. See hashicorp/terraform#24382

This SDK will follow this update as it owns the same structure as Terraform's configuration. Keeping up with these updates can lead to frequent breaking changes, but that is a challenge for the future.

@@ -473,8 +473,7 @@ func simpleDecodeModuleCallBlock(block *hcl.Block) (*terraform.ModuleCall, hcl.D
SourceAddrRange: sourceAddrRange,
SourceSet: !sourceAddrRange.Empty(),

Config: remain,
ConfigRange: block.DefRange,
Copy link
Member Author

Choose a reason for hiding this comment

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

ConfigRange does not exist in the original terraform configuration and is used only for intermediate communication via RPC. It is not intended to be public, so we will remove it at this time.

@wata727 wata727 merged commit aa1706d into master Aug 30, 2020
@wata727 wata727 deleted the make_terraform_compatible_v0.13 branch August 30, 2020 15:13
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.

None yet

1 participant