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

Update cloudflare record to support >=v4.39.0 #318

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

etiennedub
Copy link
Contributor

The value field in the cloudflare_record is deprecated and stop working in v4.39.0 of Cloudflare terraform provider: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/record#value

From what I understand, this version was not suppose to stop supporting this field and can be considered a bug in the provider. But we should still switch to content because value is deprecated.

@cmd-ntrf cmd-ntrf self-assigned this Aug 19, 2024
@cmd-ntrf cmd-ntrf added the bug Something isn't working label Aug 19, 2024
@cmd-ntrf
Copy link
Member

Can you add a version to constraint to cloudflare provider since content won't work for cloudflare < 4.39.0.

https://developer.hashicorp.com/terraform/language/providers/requirements#best-practices-for-provider-versions

@cmd-ntrf cmd-ntrf merged commit 38c3d96 into ComputeCanada:main Aug 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants