mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 11:28:31 +00:00
8 lines
105 B
HCL
8 lines
105 B
HCL
resource "random_id" "dummy1" {
|
|
byte_length = 1
|
|
}
|
|
|
|
resource "random_id" "dummy2" {
|
|
byte_length = 1
|
|
}
|