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+
16output "tags" {
27 value = module. memcached . tags
38 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" {
1414}
1515
1616output "sg_id" {
17- value = module. redis . * . sg_id
17+ value = module. redis . * . sg_id
18+ description = " of the security group id."
1819}
Original file line number Diff line number Diff line change @@ -366,8 +366,9 @@ variable "is_external" {
366366}
367367
368368variable "sg_ids" {
369- type = list (any )
370- default = []
369+ type = list (any )
370+ default = []
371+ description = " of the security group id."
371372}
372373
373374variable "sg_description" {
You can’t perform that action at this time.
0 commit comments