mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix broken HCL in example
This commit is contained in:
parent
f9462d5d51
commit
87b09b1ee1
@ -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\"."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user