We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcb31b commit 1db16d6Copy full SHA for 1db16d6
infra/main.tf
@@ -1,10 +1,8 @@
1
#Main
2
-
3
#AWS Provider
4
provider "aws" {
5
region = var.aws_region
6
}
7
8
# Create a random id
9
resource "random_id" "build_suffix" {
10
byte_length = 2
0 commit comments