github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/provider-config/template.tf (about) 1 variable "annotation" { 2 default = "activate/beta1" 3 } 4 5 provider "custom" { 6 zone = "asia" 7 annotation { 8 value = var.annotation 9 } 10 } 11 12 resource "aws_instance" "foo" { 13 instance_type = "t2.micro" 14 }