mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-06 15:01:13 -05:00
11 lines
139 B
HCL
11 lines
139 B
HCL
variable "foo" {
|
|
default = "bar"
|
|
description = "bar"
|
|
}
|
|
|
|
provider "aws" {
|
|
foo = "bar"
|
|
}
|
|
|
|
resource "aws_security_group" "web" {}
|