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

schema: Introduce v1.5 import block #228

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented May 31, 2023

@radeksimko radeksimko added the enhancement New feature or request label May 31, 2023
@radeksimko radeksimko changed the title schema: Introduce v1.5 import block schema: Introduce v1.5 import block May 31, 2023
bs.Blocks["import"] = &schema.BlockSchema{
Description: lang.Markdown("Import resources into Terraform to bring them under Terraform's management"),
Body: &schema.BodySchema{
HoverURL: "https://developer.hashicorp.com/terraform/language/import",
Copy link
Member Author

Choose a reason for hiding this comment

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

We may want to eventually make this version-specific URL, but that would apply to any existing and future links.

@radeksimko radeksimko self-assigned this May 31, 2023
@radeksimko radeksimko marked this pull request as ready for review May 31, 2023 12:39
@radeksimko radeksimko requested a review from a team as a code owner May 31, 2023 12:39
Copy link
Member

@dbanck dbanck left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@radeksimko radeksimko merged commit 83fb099 into main May 31, 2023
4 checks passed
@radeksimko radeksimko deleted the f-schema-import-block branch May 31, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support v1.5 import block
2 participants