mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-13 21:01:16 -04:00
8 lines
102 B
HCL
8 lines
102 B
HCL
resource "aws_instance" "a" {
|
|
require_new = "new"
|
|
}
|
|
|
|
output "ids" {
|
|
value = [aws_instance.a.id]
|
|
}
|