Skip to content

Commit

Permalink
Pin terraform providers (#914)
Browse files Browse the repository at this point in the history
* pin google

* pin all terraform cloud providers

Co-authored-by: Adam-D-Lewis <>
  • Loading branch information
Adam-D-Lewis authored and tylerpotts committed Nov 19, 2021
1 parent dfc9722 commit ebc8dfe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ terraform {
{%- if cookiecutter.provider == "aws" %}
aws = {
source = "hashicorp/aws"
version = "3.64.2"
}
{%- elif cookiecutter.provider == "azure" %}
azurerm = {
Expand All @@ -12,10 +13,12 @@ terraform {
{%- elif cookiecutter.provider == "gcp" %}
google = {
source = "hashicorp/google"
version = "=3.89.0"
}
{%- elif cookiecutter.provider == "do" %}
digitalocean = {
source = "digitalocean/digitalocean"
version = "=2.14.0"
}
{% endif %}
helm = {
Expand Down

0 comments on commit ebc8dfe

Please sign in to comment.