You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/service/variables.tf
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ variable "aws_secret_name" {
19
19
}
20
20
21
21
variable"aws_bucket_name" {
22
-
description="The name of the S3 bucket which the cloud config is stored in"
22
+
description="The name of the S3 bucket which the cloud config is stored in. This should not include the environment name (i.e. sdp-dev) as it will be added automatically."
0 commit comments