Skip to content

Commit ef34b68

Browse files
committed
documentation for version 1.0
1 parent b99ebd4 commit ef34b68

File tree

4 files changed

+0
-80
lines changed
  • examples
    • Azure_Cache_for_Redis_with_Cluster
    • Azure_Cache_for_Redis_with_Data_Persistence_Enabled
    • Azure_Cache_for_Redis_with_Virtual_Network _Support
    • Simple_Azure_Cache_for_Redis

4 files changed

+0
-80
lines changed

examples/Azure_Cache_for_Redis_with_Cluster/output.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,3 @@ output "redis_configuration_maxclients" {
4747
description = "Returns the max number of connected clients at the same time."
4848
value = module.redis.redis_configuration_maxclients
4949
}
50-
51-
output "redis_cache_private_endpoint" {
52-
description = "id of the Redis Cache server Private Endpoint"
53-
value = module.redis.redis_cache_private_endpoint
54-
}
55-
56-
output "redis_cache_private_dns_zone_domain" {
57-
description = "DNS zone name of Redis Cache server Private endpoints dns name records"
58-
value = module.redis.redis_cache_private_dns_zone_domain
59-
}
60-
61-
output "redis_cache_private_endpoint_ip" {
62-
description = "Redis Cache server private endpoint IPv4 Addresses "
63-
value = module.redis.redis_cache_private_endpoint_ip
64-
}
65-
66-
output "redis_cache_private_endpoint_fqdn" {
67-
description = "Redis Cache server private endpoint FQDN Addresses "
68-
value = module.redis.redis_cache_private_endpoint_fqdn
69-
}

examples/Azure_Cache_for_Redis_with_Data_Persistence_Enabled/output.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,3 @@ output "redis_configuration_maxclients" {
4747
description = "Returns the max number of connected clients at the same time."
4848
value = module.redis.redis_configuration_maxclients
4949
}
50-
51-
output "redis_cache_private_endpoint" {
52-
description = "id of the Redis Cache server Private Endpoint"
53-
value = module.redis.redis_cache_private_endpoint
54-
}
55-
56-
output "redis_cache_private_dns_zone_domain" {
57-
description = "DNS zone name of Redis Cache server Private endpoints dns name records"
58-
value = module.redis.redis_cache_private_dns_zone_domain
59-
}
60-
61-
output "redis_cache_private_endpoint_ip" {
62-
description = "Redis Cache server private endpoint IPv4 Addresses "
63-
value = module.redis.redis_cache_private_endpoint_ip
64-
}
65-
66-
output "redis_cache_private_endpoint_fqdn" {
67-
description = "Redis Cache server private endpoint FQDN Addresses "
68-
value = module.redis.redis_cache_private_endpoint_fqdn
69-
}

examples/Azure_Cache_for_Redis_with_Virtual_Network _Support/output.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,3 @@ output "redis_configuration_maxclients" {
4646
description = "Returns the max number of connected clients at the same time."
4747
value = module.redis.redis_configuration_maxclients
4848
}
49-
50-
output "redis_cache_private_endpoint" {
51-
description = "id of the Redis Cache server Private Endpoint"
52-
value = module.redis.redis_cache_private_endpoint
53-
}
54-
55-
output "redis_cache_private_dns_zone_domain" {
56-
description = "DNS zone name of Redis Cache server Private endpoints dns name records"
57-
value = module.redis.redis_cache_private_dns_zone_domain
58-
}
59-
60-
output "redis_cache_private_endpoint_ip" {
61-
description = "Redis Cache server private endpoint IPv4 Addresses "
62-
value = module.redis.redis_cache_private_endpoint_ip
63-
}
64-
65-
output "redis_cache_private_endpoint_fqdn" {
66-
description = "Redis Cache server private endpoint FQDN Addresses "
67-
value = module.redis.redis_cache_private_endpoint_fqdn
68-
}

examples/Simple_Azure_Cache_for_Redis/output.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,3 @@ output "redis_configuration_maxclients" {
4747
description = "Returns the max number of connected clients at the same time."
4848
value = module.redis.redis_configuration_maxclients
4949
}
50-
51-
output "redis_cache_private_endpoint" {
52-
description = "id of the Redis Cache server Private Endpoint"
53-
value = module.redis.redis_cache_private_endpoint
54-
}
55-
56-
output "redis_cache_private_dns_zone_domain" {
57-
description = "DNS zone name of Redis Cache server Private endpoints dns name records"
58-
value = module.redis.redis_cache_private_dns_zone_domain
59-
}
60-
61-
output "redis_cache_private_endpoint_ip" {
62-
description = "Redis Cache server private endpoint IPv4 Addresses "
63-
value = module.redis.redis_cache_private_endpoint_ip
64-
}
65-
66-
output "redis_cache_private_endpoint_fqdn" {
67-
description = "Redis Cache server private endpoint FQDN Addresses "
68-
value = module.redis.redis_cache_private_endpoint_fqdn
69-
}

0 commit comments

Comments
 (0)