File tree Expand file tree Collapse file tree 18 files changed +44
-42
lines changed Expand file tree Collapse file tree 18 files changed +44
-42
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ resource "hcp_hvn" "main" {
26
26
27
27
module "aws_hcp_consul" {
28
28
source = " hashicorp/hcp-consul/aws"
29
- version = " ~> 0.11.0 "
29
+ version = " ~> 0.12.1 "
30
30
31
31
hvn = hcp_hvn. main
32
32
vpc_id = module. vpc . vpc_id
@@ -63,7 +63,7 @@ resource "local_file" "ssh_key" {
63
63
64
64
module "aws_ec2_consul_client" {
65
65
source = " hashicorp/hcp-consul/aws//modules/hcp-ec2-client"
66
- version = " ~> 0.11.0 "
66
+ version = " ~> 0.12.1 "
67
67
68
68
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
69
69
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
@@ -85,7 +85,7 @@ module "hashicups" {
85
85
count = var. install_demo_app ? 1 : 0
86
86
87
87
source = " hashicorp/hcp-consul/aws//modules/ec2-demo-app"
88
- version = " ~> 0.11.0 "
88
+ version = " ~> 0.12.1 "
89
89
90
90
depends_on = [
91
91
module . aws_ec2_consul_client
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ resource "hcp_hvn" "main" {
28
28
29
29
module "aws_hcp_consul" {
30
30
source = " hashicorp/hcp-consul/aws"
31
- version = " ~> 0.11.0 "
31
+ version = " ~> 0.12.1 "
32
32
33
33
hvn = hcp_hvn. main
34
34
vpc_id = module. vpc . vpc_id
@@ -49,7 +49,7 @@ resource "hcp_consul_cluster_root_token" "token" {
49
49
50
50
module "aws_ecs_cluster" {
51
51
source = " hashicorp/hcp-consul/aws//modules/hcp-ecs-client"
52
- version = " ~> 0.11.0 "
52
+ version = " ~> 0.12.1 "
53
53
54
54
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
55
55
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "hcp_hvn" "main" {
65
65
# Note: Uncomment the below module to setup peering for connecting to a private HCP Consul cluster
66
66
# module "aws_hcp_consul" {
67
67
# source = "hashicorp/hcp-consul/aws"
68
- # version = "~> 0.11.0 "
68
+ # version = "~> 0.12.1 "
69
69
#
70
70
# hvn = hcp_hvn.main
71
71
# vpc_id = module.vpc.vpc_id
@@ -88,7 +88,7 @@ resource "hcp_consul_cluster_root_token" "token" {
88
88
89
89
module "eks_consul_client" {
90
90
source = " hashicorp/hcp-consul/aws//modules/hcp-eks-client"
91
- version = " ~> 0.11.0 "
91
+ version = " ~> 0.12.1 "
92
92
93
93
boostrap_acl_token = hcp_consul_cluster_root_token. token . secret_id
94
94
cluster_id = hcp_consul_cluster. main . cluster_id
@@ -107,7 +107,7 @@ module "eks_consul_client" {
107
107
module "demo_app" {
108
108
count = var. install_demo_app ? 1 : 0
109
109
source = " hashicorp/hcp-consul/aws//modules/k8s-demo-app"
110
- version = " ~> 0.11.0 "
110
+ version = " ~> 0.12.1 "
111
111
112
112
depends_on = [module . eks_consul_client ]
113
113
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ resource "hcp_hvn" "main" {
49
49
50
50
module "aws_hcp_consul" {
51
51
source = " hashicorp/hcp-consul/aws"
52
- version = " ~> 0.11.0 "
52
+ version = " ~> 0.12.1 "
53
53
54
54
hvn = hcp_hvn. main
55
55
vpc_id = local. vpc_id
@@ -86,7 +86,7 @@ resource "local_file" "ssh_key" {
86
86
87
87
module "aws_ec2_consul_client" {
88
88
source = " hashicorp/hcp-consul/aws//modules/hcp-ec2-client"
89
- version = " ~> 0.11.0 "
89
+ version = " ~> 0.12.1 "
90
90
91
91
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
92
92
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
@@ -108,7 +108,7 @@ module "hashicups" {
108
108
count = local. install_demo_app ? 1 : 0
109
109
110
110
source = " hashicorp/hcp-consul/aws//modules/ec2-demo-app"
111
- version = " ~> 0.11.0 "
111
+ version = " ~> 0.12.1 "
112
112
113
113
depends_on = [
114
114
module . aws_ec2_consul_client
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ resource "hcp_hvn" "main" {
64
64
65
65
module "aws_hcp_consul" {
66
66
source = " hashicorp/hcp-consul/aws"
67
- version = " ~> 0.11.0 "
67
+ version = " ~> 0.12.1 "
68
68
69
69
hvn = hcp_hvn. main
70
70
vpc_id = module. vpc . vpc_id
@@ -101,7 +101,7 @@ resource "local_file" "ssh_key" {
101
101
102
102
module "aws_ec2_consul_client" {
103
103
source = " hashicorp/hcp-consul/aws//modules/hcp-ec2-client"
104
- version = " ~> 0.11.0 "
104
+ version = " ~> 0.12.1 "
105
105
106
106
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
107
107
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
@@ -123,7 +123,7 @@ module "hashicups" {
123
123
count = local. install_demo_app ? 1 : 0
124
124
125
125
source = " hashicorp/hcp-consul/aws//modules/ec2-demo-app"
126
- version = " ~> 0.11.0 "
126
+ version = " ~> 0.12.1 "
127
127
128
128
depends_on = [
129
129
module . aws_ec2_consul_client
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "hcp_hvn" "main" {
45
45
46
46
module "aws_hcp_consul" {
47
47
source = " hashicorp/hcp-consul/aws"
48
- version = " ~> 0.11.0 "
48
+ version = " ~> 0.12.1 "
49
49
50
50
hvn = hcp_hvn. main
51
51
vpc_id = local. vpc_id
@@ -66,7 +66,7 @@ resource "hcp_consul_cluster_root_token" "token" {
66
66
67
67
module "aws_ecs_cluster" {
68
68
source = " hashicorp/hcp-consul/aws//modules/hcp-ecs-client"
69
- version = " ~> 0.11.0 "
69
+ version = " ~> 0.12.1 "
70
70
71
71
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
72
72
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ resource "hcp_hvn" "main" {
60
60
61
61
module "aws_hcp_consul" {
62
62
source = " hashicorp/hcp-consul/aws"
63
- version = " ~> 0.11.0 "
63
+ version = " ~> 0.12.1 "
64
64
65
65
hvn = hcp_hvn. main
66
66
vpc_id = module. vpc . vpc_id
@@ -81,7 +81,7 @@ resource "hcp_consul_cluster_root_token" "token" {
81
81
82
82
module "aws_ecs_cluster" {
83
83
source = " hashicorp/hcp-consul/aws//modules/hcp-ecs-client"
84
- version = " ~> 0.11.0 "
84
+ version = " ~> 0.12.1 "
85
85
86
86
allowed_http_cidr_blocks = [" 0.0.0.0/0" ]
87
87
allowed_ssh_cidr_blocks = [" 0.0.0.0/0" ]
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ resource "hcp_hvn" "main" {
110
110
# Note: Uncomment the below module to setup peering for connecting to a private HCP Consul cluster
111
111
# module "aws_hcp_consul" {
112
112
# source = "hashicorp/hcp-consul/aws"
113
- # version = "~> 0.11.0 "
113
+ # version = "~> 0.12.1 "
114
114
#
115
115
# hvn = hcp_hvn.main
116
116
# vpc_id = local.vpc_id
@@ -133,7 +133,7 @@ resource "hcp_consul_cluster_root_token" "token" {
133
133
134
134
module "eks_consul_client" {
135
135
source = " hashicorp/hcp-consul/aws//modules/hcp-eks-client"
136
- version = " ~> 0.11.0 "
136
+ version = " ~> 0.12.1 "
137
137
138
138
boostrap_acl_token = hcp_consul_cluster_root_token. token . secret_id
139
139
cluster_id = hcp_consul_cluster. main . cluster_id
@@ -152,7 +152,7 @@ module "eks_consul_client" {
152
152
module "demo_app" {
153
153
count = local. install_demo_app ? 1 : 0
154
154
source = " hashicorp/hcp-consul/aws//modules/k8s-demo-app"
155
- version = " ~> 0.11.0 "
155
+ version = " ~> 0.12.1 "
156
156
157
157
depends_on = [module . eks_consul_client ]
158
158
}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ resource "hcp_hvn" "main" {
128
128
# Note: Uncomment the below module to setup peering for connecting to a private HCP Consul cluster
129
129
# module "aws_hcp_consul" {
130
130
# source = "hashicorp/hcp-consul/aws"
131
- # version = "~> 0.11.0 "
131
+ # version = "~> 0.12.1 "
132
132
#
133
133
# hvn = hcp_hvn.main
134
134
# vpc_id = module.vpc.vpc_id
@@ -151,7 +151,7 @@ resource "hcp_consul_cluster_root_token" "token" {
151
151
152
152
module "eks_consul_client" {
153
153
source = " hashicorp/hcp-consul/aws//modules/hcp-eks-client"
154
- version = " ~> 0.11.0 "
154
+ version = " ~> 0.12.1 "
155
155
156
156
boostrap_acl_token = hcp_consul_cluster_root_token. token . secret_id
157
157
cluster_id = hcp_consul_cluster. main . cluster_id
@@ -170,7 +170,7 @@ module "eks_consul_client" {
170
170
module "demo_app" {
171
171
count = local. install_demo_app ? 1 : 0
172
172
source = " hashicorp/hcp-consul/aws//modules/k8s-demo-app"
173
- version = " ~> 0.11.0 "
173
+ version = " ~> 0.12.1 "
174
174
175
175
depends_on = [module . eks_consul_client ]
176
176
}
Original file line number Diff line number Diff line change @@ -78,3 +78,4 @@ variable "region" {
78
78
variable "security_group_id" {
79
79
type = string
80
80
}
81
+
You can’t perform that action at this time.
0 commit comments