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

[catalog-next] add fgdc2iso service #105

Merged
merged 2 commits into from
Aug 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sandbox/catalog-next.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "catalog_next" {
source = "github.com/gsa/datagov-infrastructure-modules.git//modules/catalog?ref=v3.7.1"
source = "github.com/gsa/datagov-infrastructure-modules.git//modules/catalog?ref=v4.1.1"

bastion_host = module.jumpbox.jumpbox_dns
database_subnet_group = module.vpc.database_subnet_group
Expand All @@ -9,6 +9,7 @@ module "catalog_next" {
dns_zone_public = module.vpc.dns_zone_public
enable_redis = true
env = var.env
fgdc2iso_instance_name = "catalog-next-fgdc2iso"
harvester_ansible_group = "catalog_harvester,catalog_harvester_next,v2"
harvester_instance_name = "catalog-harvester-next"
key_name = var.key_name
Expand Down
2 changes: 2 additions & 0 deletions sandbox/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
provider "aws" {
region = "us-east-1"
# TODO https://github.com/GSA/datagov-deploy/issues/2032
version = "2.70.0"
}

terraform {
Expand Down