Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Provider google present in backend.tf (terraform) #7

Open
ghost opened this issue Sep 17, 2019 · 1 comment
Open

Provider google present in backend.tf (terraform) #7

ghost opened this issue Sep 17, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Sep 17, 2019

Hello, thank you for the work.

Checking the configuration of the terraform section I saw that the tag "google" is shown in several providers are not GCP.

% grep -irl "google" terraform/*
terraform/**aws**/backend.tf
terraform/**azure**/backend.tf
terraform/gcp/output.tf
terraform/gcp/main.tf
terraform/gcp/provider.tf
terraform/packet/backend.tf
terraform/remote-state/main.tf
@fgimenez
Copy link
Contributor

Thanks for your interest! :)

Yep, we use GCP for creating the backend storage on all the providers. Some provider must be defined for the backend, we decided for GCP.

However I think we could make this configurable too by using templates also for the terraform files (ie. having the ability to modify them according to config before they are used by terraform). PRs are very welcome :)

@fgimenez fgimenez added the help wanted Extra attention is needed label Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant