We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce29a42 commit 868dc98Copy full SHA for 868dc98
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