We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7948976 commit 33d39f9Copy full SHA for 33d39f9
terraform/main.tf
@@ -26,7 +26,7 @@ variable "aws_region" {
26
27
variable "account_id" {
28
description = "AWS Account ID"
29
- default = "932043840972"
+ default = "YOUR_AWS_ACCOUNT_NUMBER"
30
}
31
32
variable "sns_topic_name" {
0 commit comments