Skip to content

Commit

Permalink
SSM
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jun 1, 2024
1 parent efc09fc commit 7000eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/modules/ssm_documents/deploy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ resource "aws_ssm_document" "nixos_rollback" {
document_type = "Command"
content = jsonencode({
schemaVersion = "2.2"
description = "Rollback NixOS the previous generation."
description = "Rollback NixOS"
parameters = {
description = "Whether to switch or reboot to rollback."
action = {
type = "String"
description = "Whether to switch or reboot to rollback."
allowedValues = ["switch", "reboot"]
default = "switch"
}
Expand Down

0 comments on commit 7000eca

Please sign in to comment.