Files
Andrei Ciobanu 4077c3d84f Feature branch: Ephemeral resources (#2852)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2025-08-04 16:39:12 +03:00

5 lines
93 B
HCL

data "aws_ami" "foo" {}
resource "aws_instance" "web" {}
ephemeral "aws_secret" "secret" {}