Skip to content

Commit

Permalink
Update IDL license numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Oct 25, 2023
1 parent 63b2377 commit c32c522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/generate-ssm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
resource "aws_ssm_parameter" "aws_ssm_parameter_ps_idl_aqua" {
name = "${var.prefix}-idl-aqua"
type = "String"
value = "6"
value = "13"
}

# MODIS Terra
resource "aws_ssm_parameter" "aws_ssm_parameter_ps_idl_terra" {
name = "${var.prefix}-idl-terra"
type = "String"
value = "6"
value = "13"
}

# VIIRS
resource "aws_ssm_parameter" "aws_ssm_parameter_ps_idl_viirs" {
name = "${var.prefix}-idl-viirs"
type = "String"
value = "6"
value = "13"
}

# Floating
Expand Down

0 comments on commit c32c522

Please sign in to comment.