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

Usage of deprecated template_file #152

Closed
frits-v opened this issue Jun 13, 2022 · 0 comments · Fixed by #153 or #154
Closed

Usage of deprecated template_file #152

frits-v opened this issue Jun 13, 2022 · 0 comments · Fixed by #153 or #154
Labels
bug Something isn't working

Comments

@frits-v
Copy link
Contributor

frits-v commented Jun 13, 2022

TL;DR

The reliance on the deprecated template provider prevents the cluster submodule to initialize on darwin_arm64 (M1 mac)

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

module "vault_cluster" {
	source = "terraform-google-modules/vault/google//modules/cluster"
	version = "~> 6.1.2"

	project_id                  = var.project_id
	host_project_id             = var.host_project_id
	subnet                      = var.subnet_self_link
	ip_address                  = google_compute_address.vault_lb.address
	vault_storage_bucket        = google_storage_bucket.vault.name
        vault_service_account_email = google_service_account.vault-admin.email
}

Terraform Version

❯ tf version
Terraform v1.2.2
on darwin_arm64

Additional information

No response

@frits-v frits-v added the bug Something isn't working label Jun 13, 2022
frits-v added a commit to frits-v/terraform-google-vault that referenced this issue Jun 13, 2022
The hashicorp/template provider was deprecated and archived about 2
years ago. This commit replaces usage of the `data.template_file`
resources with the `templatefile()` function.

Fixes terraform-google-modules#152
bharathkkb pushed a commit that referenced this issue Jul 28, 2022
The hashicorp/template provider was deprecated and archived about 2
years ago. This commit replaces usage of the `data.template_file`
resources with the `templatefile()` function.

Fixes #152
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
1 participant