File tree Expand file tree Collapse file tree 30 files changed +49
-46
lines changed Expand file tree Collapse file tree 30 files changed +49
-46
lines changed Original file line number Diff line number Diff line change @@ -318,15 +318,15 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
318
318
| Name | Version |
319
319
| ------| ---------|
320
320
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
321
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
321
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
322
322
| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9 |
323
323
| <a name =" requirement_tls " ></a > [ tls] ( #requirement\_ tls ) | >= 3.0 |
324
324
325
325
## Providers
326
326
327
327
| Name | Version |
328
328
| ------| ---------|
329
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
329
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
330
330
| <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | >= 0.9 |
331
331
| <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | >= 3.0 |
332
332
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Note that this example may create resources which cost money. Run `terraform des
25
25
| Name | Version |
26
26
| ------| ---------|
27
27
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
28
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
28
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
29
29
30
30
## Providers
31
31
32
32
| Name | Version |
33
33
| ------| ---------|
34
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
34
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
35
35
36
36
## Modules
37
37
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
- # EKS Hybrid Node IAM Role
1
+ # EKS Hybrid Nodes
2
+
3
+ > [ !CAUTION]
4
+ > EC2 instances are not supported with EKS Hybrid Nodes. This example is provided for reference only in lieu of users having to provision a VM in their own environment.
2
5
3
6
## Usage
4
7
@@ -23,7 +26,7 @@ Note that this example may create resources which cost money. Run `terraform des
23
26
| Name | Version |
24
27
| ------| ---------|
25
28
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
26
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
29
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
27
30
| <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.16 |
28
31
| <a name =" requirement_http " ></a > [ http] ( #requirement\_ http ) | >= 3.4 |
29
32
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | >= 2.5 |
@@ -33,8 +36,8 @@ Note that this example may create resources which cost money. Run `terraform des
33
36
34
37
| Name | Version |
35
38
| ------| ---------|
36
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
37
- | <a name =" provider_aws.remote " ></a > [ aws.remote] ( #provider\_ aws.remote ) | >= 5.79 |
39
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
40
+ | <a name =" provider_aws.remote " ></a > [ aws.remote] ( #provider\_ aws.remote ) | >= 5.81 |
38
41
| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.16 |
39
42
| <a name =" provider_http " ></a > [ http] ( #provider\_ http ) | >= 3.4 |
40
43
| <a name =" provider_local " ></a > [ local] ( #provider\_ local ) | >= 2.5 |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
helm = {
10
10
source = " hashicorp/helm"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ Note that this example may create resources which cost money. Run `terraform des
89
89
| Name | Version |
90
90
| ------| ---------|
91
91
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
92
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
92
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
93
93
| <a name =" requirement_helm " ></a > [ helm] ( #requirement\_ helm ) | >= 2.7 |
94
94
| <a name =" requirement_kubectl " ></a > [ kubectl] ( #requirement\_ kubectl ) | >= 2.0 |
95
95
96
96
## Providers
97
97
98
98
| Name | Version |
99
99
| ------| ---------|
100
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
101
- | <a name =" provider_aws.virginia " ></a > [ aws.virginia] ( #provider\_ aws.virginia ) | >= 5.79 |
100
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
101
+ | <a name =" provider_aws.virginia " ></a > [ aws.virginia] ( #provider\_ aws.virginia ) | >= 5.81 |
102
102
| <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >= 2.7 |
103
103
| <a name =" provider_kubectl " ></a > [ kubectl] ( #provider\_ kubectl ) | >= 2.0 |
104
104
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
helm = {
10
10
source = " hashicorp/helm"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ module "eks_managed_node_group" {
64
64
| Name | Version |
65
65
| ------| ---------|
66
66
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
67
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
67
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
68
68
69
69
## Providers
70
70
71
71
| Name | Version |
72
72
| ------| ---------|
73
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
73
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
74
74
75
75
## Modules
76
76
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ module "fargate_profile" {
29
29
| Name | Version |
30
30
| ------| ---------|
31
31
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
32
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
32
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
33
33
34
34
## Providers
35
35
36
36
| Name | Version |
37
37
| ------| ---------|
38
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
38
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
39
39
40
40
## Modules
41
41
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ module "eks_hybrid_node_role" {
75
75
| Name | Version |
76
76
| ------| ---------|
77
77
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
78
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
78
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
79
79
80
80
## Providers
81
81
82
82
| Name | Version |
83
83
| ------| ---------|
84
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
84
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
85
85
86
86
## Modules
87
87
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ module "karpenter" {
86
86
| Name | Version |
87
87
| ------| ---------|
88
88
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
89
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
89
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
90
90
91
91
## Providers
92
92
93
93
| Name | Version |
94
94
| ------| ---------|
95
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
95
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
96
96
97
97
## Modules
98
98
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ module "self_managed_node_group" {
43
43
| Name | Version |
44
44
| ------| ---------|
45
45
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
46
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
46
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
47
47
48
48
## Providers
49
49
50
50
| Name | Version |
51
51
| ------| ---------|
52
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
52
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
53
53
54
54
## Modules
55
55
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Note that this example may create resources which cost money. Run `terraform des
18
18
| Name | Version |
19
19
| ------| ---------|
20
20
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
21
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
21
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
22
22
23
23
## Providers
24
24
25
25
| Name | Version |
26
26
| ------| ---------|
27
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
27
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
28
28
29
29
## Modules
30
30
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Note that this example may create resources which cost money. Run `terraform des
18
18
| Name | Version |
19
19
| ------| ---------|
20
20
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
21
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
21
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
22
22
| <a name =" requirement_tls " ></a > [ tls] ( #requirement\_ tls ) | >= 4.0 |
23
23
24
24
## Providers
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
tls = {
10
10
source = " hashicorp/tls"
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Note that this example may create resources which cost money. Run `terraform des
18
18
| Name | Version |
19
19
| ------| ---------|
20
20
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
21
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
21
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
22
22
23
23
## Providers
24
24
25
25
| Name | Version |
26
26
| ------| ---------|
27
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
27
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
28
28
29
29
## Modules
30
30
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Note that this example may create resources which cost money. Run `terraform des
22
22
| Name | Version |
23
23
| ------| ---------|
24
24
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
25
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
25
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
26
26
27
27
## Providers
28
28
29
29
| Name | Version |
30
30
| ------| ---------|
31
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
31
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
32
32
33
33
## Modules
34
34
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Note that this example may create resources which cost money. Run `terraform des
18
18
| Name | Version |
19
19
| ------| ---------|
20
20
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.2 |
21
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.79 |
21
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.81 |
22
22
23
23
## Providers
24
24
25
25
| Name | Version |
26
26
| ------| ---------|
27
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.79 |
27
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.81 |
28
28
29
29
## Modules
30
30
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 5.79 "
7
+ version = " >= 5.81 "
8
8
}
9
9
tls = {
10
10
source = " hashicorp/tls"
You can’t perform that action at this time.
0 commit comments