mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-09 00:01:44 -04:00
5 lines
93 B
HCL
5 lines
93 B
HCL
data "aws_ami" "foo" {}
|
|
|
|
resource "aws_instance" "web" {}
|
|
|
|
ephemeral "aws_secret" "secret" {} |