A
Size: a a a
A
A
VT
VT
A
A
VT
A
AK
resource "aws_key_pair" "tf_auth" {
key_name = var.key_name
public_key = file(var.public_key_path)
}
g
N
AB
g
g
A
i
i
A
i
{
"variable": {
"example": {
"default": "hello"
}
}
"variable2": {
"example": {
"default": "hello2"
}
}
}
i
{
"variables": {
"example": {
"default": "hello"
}
"example2": {
"default": "hello2"
}
}
}