We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0b61 commit 732e6b4Copy full SHA for 732e6b4
main.tf
@@ -3,6 +3,9 @@ data "aws_vpc" "vpc" {
3
}
4
5
resource "random_id" "salt" {
6
+ keepers = {
7
+ date = "${timestamp()}"
8
+ }
9
byte_length = 8
10
11
0 commit comments