Skip to content

Commit 0873443

Browse files
committed
tflint fixes
1 parent 3703f80 commit 0873443

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

asset-account/terraform/stack-set/examples/self-managed/main.tf

Whitespace-only changes.

asset-account/terraform/stack-set/examples/self-managed/outputs.tf

Whitespace-only changes.

asset-account/terraform/stack-set/examples/service-managed/outputs.tf

Whitespace-only changes.

asset-account/terraform/stack-set/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,14 @@ variable "auto_deployment" {
8282
}
8383

8484
variable "stack_set_name" {
85+
description = "The name of the CloudFormation StackSet."
8586
type = string
8687
nullable = false
8788
default = "ElastioAssetAccount"
8889
}
8990

9091
variable "stack_set_description" {
92+
description = "The description of the CloudFormation StackSet."
9193
type = string
9294
nullable = false
9395
default = <<-DESCR

0 commit comments

Comments
 (0)