4 lines
52 B
Terraform
4 lines
52 B
Terraform
|
|
provider "aws" {}
|
||
|
|
|
||
|
|
resource "aws_instance" "foo" {}
|