File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ output "id" {
2
+ value = module. memcached . * . id
3
+ description = " memcached id."
4
+ }
5
+
1
6
output "tags" {
2
7
value = module. memcached . tags
3
8
description = " A mapping of tags to assign to the resource."
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ output "redis_endpoint" {
14
14
}
15
15
16
16
output "sg_id" {
17
- value = module. redis . * . sg_id
17
+ value = module. redis . * . sg_id
18
+ description = " of the security group id."
18
19
}
Original file line number Diff line number Diff line change @@ -366,8 +366,9 @@ variable "is_external" {
366
366
}
367
367
368
368
variable "sg_ids" {
369
- type = list (any )
370
- default = []
369
+ type = list (any )
370
+ default = []
371
+ description = " of the security group id."
371
372
}
372
373
373
374
variable "sg_description" {
You can’t perform that action at this time.
0 commit comments