Deprecations when upgrading the Datadog provider and Terraform is using v0.12.31 #1664
d3vopsgeek
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After importing Datadog resources I realized that the Terraform state file is generated using the version v0.12.31 and after some research I decided to apply this command <terraform state replace-provider 'registry.terraform.io/-/datadog' 'DataDog/datadog'> to update the provider and also to update the version used for the terraform state file everything looks good but when you try to run "terraform plan" you will see some deprecation warnings because the import process I understand it is being used the terraform version 0.12.31 instead of the latest TF version so I would like to know if there is a way to execute the import process but using the latest version or the TF version I decide to use to avoid deprecations
Beta Was this translation helpful? Give feedback.
All reactions