Skip to content

template_file is deprecated #19

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Cedrichuzhiguo
Copy link

This change would fix the error I noticed when executing terraform init---basically the provider is now deprecated: registry.terraform.io/hashicorp/template

terraform init
Initializing modules...
- account in modules/account
- acm in modules/acm
- base in modules/base
- magento in modules/magento
- magento-ami in modules/magento-ami
- services in modules/services
- ssm in modules/ssm
- varnish-ami in modules/varnish-ami

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/aws...
- Finding latest version of hashicorp/awscc...
- Finding latest version of hashicorp/template...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.4.3...
- Installed hashicorp/random v3.4.3 (signed by HashiCorp)
- Installing hashicorp/aws v4.55.0...
- Installed hashicorp/aws v4.55.0 (signed by HashiCorp)
- Installing hashicorp/awscc v0.46.0...
- Installed hashicorp/awscc v0.46.0 (signed by HashiCorp)
╷
│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your
│ current platform, darwin_arm64.


│ Provider releases are separate from Terraform CLI releases, so not all providers are available for all
│ platforms. Other versions of this provider may have different platforms supported.

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.

1 participant