You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently terrafromer generate a config that is not compatible with the new version of TF.
To migrate to Terrafrom > 0.13 the following steps are required
Replace the provider
terraform state replace-provider -auto-approve "registry.terraform.io/-/aci" "registry.terraform.io/ciscodevnet/aci"
2. Edit the provider.tf and replace
Currently terrafromer generate a config that is not compatible with the new version of TF.
To migrate to Terrafrom > 0.13 the following steps are required
terraform state replace-provider -auto-approve "registry.terraform.io/-/aci" "registry.terraform.io/ciscodevnet/aci"
2. Edit the provider.tf and replace
with
The text was updated successfully, but these errors were encountered: