Newer
Older
openstack-caracal-dc-dc / tests / opentofu-validate / fixtures / s3-bad / main.tf
# Root is deliberately VALID and deliberately does NOT call modules/broken.
# That is the whole point of this fixture: root-only validation reports PASS,
# because an uncalled module is never parsed. S3 must still catch it.
variable "unused" {
  type    = string
  default = "root is fine"
}