Commit 184cb08a authored by Adrian Horrocks's avatar Adrian Horrocks

fix for list alarm_actions type

parent 03f60df3
Pipeline #3705 passed with stage
in 12 seconds
...@@ -41,7 +41,9 @@ variable "snapshot_retention_limit" { ...@@ -41,7 +41,9 @@ variable "snapshot_retention_limit" {
} }
variable "dns_zone" {} variable "dns_zone" {}
variable "alarm_actions" {} variable "alarm_actions" {
type = "list"
}
############################################################################################################ ############################################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment