Skip to content

Commit

Permalink
Merge pull request #500 from cagov/475-production-0.97-upgrade
Browse files Browse the repository at this point in the history
Updated is_trasient flag, pointed to the right commit for prd
  • Loading branch information
ian-r-rose authored Dec 16, 2024
2 parents 2c46cfb + 9e1750d commit 9611729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/prd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource "aws_iam_role_policy_attachment" "mwaa_execution_role" {

# Main ELT architecture
module "elt" {
source = "github.com/cagov/data-infrastructure.git//terraform/snowflake/modules/elt?ref=9e032a9"
source = "github.com/cagov/data-infrastructure.git//terraform/snowflake/modules/elt?ref=ebd59ff"
providers = {
snowflake.accountadmin = snowflake.accountadmin,
snowflake.securityadmin = snowflake.securityadmin,
Expand Down
2 changes: 2 additions & 0 deletions terraform/modules/snowflake-clearinghouse/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "snowflake_schema" "pems_clearinghouse" {
database = "RAW_${var.environment}"
name = "CLEARINGHOUSE"
data_retention_time_in_days = 14
is_transient = false

lifecycle {
prevent_destroy = true
Expand All @@ -36,6 +37,7 @@ resource "snowflake_schema" "pems_db96" {
database = "RAW_${var.environment}"
name = "DB96"
data_retention_time_in_days = 14
is_transient = false

lifecycle {
prevent_destroy = true
Expand Down

0 comments on commit 9611729

Please sign in to comment.