这是indexloc提供的服务,不要输入任何密码
Skip to content

Use terraform types for all fields #49

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

Merged
merged 1 commit into from
Jul 4, 2022
Merged

Conversation

dglsparsons
Copy link
Collaborator

Turns out using string or int64 directly causes issues
when the value passed comes from somewhere else (is Unknown).

This causes the provider to panic internally, as the Unknown value
is unhandled.

Closes #48

@dglsparsons dglsparsons requested review from craigandrews and ecklf July 4, 2022 09:05
Turns out using `string` or `int64` directly causes issues
when the value passed comes from somewhere else (is Unknown).

This causes the provider to panic internally, as the `Unknown` value
is unhandled.

Closes #48
@dglsparsons dglsparsons force-pushed the use-terraform-types branch from 1588a54 to 655fbce Compare July 4, 2022 09:06
@dglsparsons dglsparsons merged commit 229d3c8 into main Jul 4, 2022
@dglsparsons dglsparsons deleted the use-terraform-types branch July 4, 2022 10:01
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.

vercel_dns_record "domain" variable handling bug, string works
2 participants