Skip to content

Commit 48d7086

Browse files
committed
setting up variables.tf files correctly
1 parent e331c7e commit 48d7086

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
aws_region=""
2-
aws_dns_zone=""
32
ssh_key_file=""

samples/bluesky-sentiment-analysis/terraform/aws/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
variable "git_pat" {
1+
variable "aws_dns_zone" {
22
type = string
33
sensitive = true
4-
description = "GitHub Personal Access Token"
4+
description = "The DNS zone you're going to use for the app"
55
}
66

77
variable "ssh_key_file"{

0 commit comments

Comments
 (0)