mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
3 lines
51 B
HCL
3 lines
51 B
HCL
provider "aws" {}
|
|
resource "aws_instance" "web" {}
|