Skip to content

Commit

Permalink
Updated description of tarball_location variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lindanasredin committed Jul 17, 2023
1 parent 2da6ac6 commit 1598399
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ variable "tarball_location" {
s3_region = string
s3_key = string
})
description = "S3 bucket location of the DSF installation software"
description = "S3 bucket location of the DSF installation software. s3_key is the full path to the tarball file within the bucket, for example, 'prefix/jsonar-x.y.z.w.u.tar.gz'"
default = null
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ variable "tarball_location" {
s3_region = string
s3_key = string
})
description = "S3 bucket location of the DSF installation software"
description = "S3 bucket location of the DSF installation software. s3_key is the full path to the tarball file within the bucket, for example, 'prefix/jsonar-x.y.z.w.u.tar.gz'"
default = null
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ variable "tarball_location" {
s3_region = string
s3_key = string
})
description = "S3 bucket location of the DSF installation software"
description = "S3 bucket location of the DSF installation software. s3_key is the full path to the tarball file within the bucket, for example, 'prefix/jsonar-x.y.z.w.u.tar.gz'"
default = null
}

Expand Down
2 changes: 1 addition & 1 deletion examples/poc/sonar_hadr_deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "tarball_location" {
s3_region = string
s3_key = string
})
description = "S3 bucket location of the DSF installation software"
description = "S3 bucket location of the DSF installation software. s3_key is the full path to the tarball file within the bucket, for example, 'prefix/jsonar-x.y.z.w.u.tar.gz'"
default = null
}

Expand Down

0 comments on commit 1598399

Please sign in to comment.