Fix broken HCL in example

This commit is contained in:
Laura Pacilio 2022-04-20 11:17:16 -04:00
parent f9462d5d51
commit 87b09b1ee1

View File

@ -134,8 +134,7 @@ data "aws_ami" "example" {
# The AMI ID must refer to an existing AMI that has the tag "nomad-server".
postcondition {
condition = self.tags["Component"] == "nomad-server"
error_message = "The selected AMI must be tagged with the
Component value \"nomad-server\"."
error_message = error_message = "tags[\"Component\"] must be \"nomad-server\"."
}
}
}