We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfa83a commit 5112368Copy full SHA for 5112368
README.md
@@ -61,7 +61,7 @@ provider "intersight" {
61
module "terraform-intersight-iks" {
62
63
source = "terraform-cisco-modules/iks/intersight//"
64
- version = "~>2.2.2"
+ version = "~>2.3.0"
65
66
# Kubernetes Cluster Profile Adjust the values as needed.
67
cluster = {
@@ -83,7 +83,6 @@ module "terraform-intersight-iks" {
83
name = "10-239-21-0"
84
# ip_starting_address = "10.239.21.220"
85
# ip_pool_size = "20"
86
- # ip_ending_address = "10.239.21.239"
87
# ip_netmask = "255.255.255.0"
88
# ip_gateway = "10.239.21.1"
89
# dns_servers = ["10.101.128.15","10.101.128.16"]
0 commit comments