Specify terraform module versions

This commit is contained in:
Ryan Ahearn
2022-12-22 08:19:40 -05:00
parent bb79b20723
commit e7a8e3afe8
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ locals {
}
module "redis" {
source = "github.com/18f/terraform-cloudgov//redis"
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.1.0"
cf_user = var.cf_user
cf_password = var.cf_password
@@ -20,7 +20,7 @@ module "redis" {
}
module "logo_upload_bucket" {
source = "github.com/18f/terraform-cloudgov//s3"
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.1.0"
cf_user = var.cf_user
cf_password = var.cf_password