Skip to content

Commit d06ef7e

Browse files
committed
Changed tcx5-waiver to tcx5-2025-waiver to match XML
1 parent 62e0dff commit d06ef7e

40 files changed

+88
-88
lines changed

latest/ug/attributes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:tcx5-waiver: pass:[ ]
1+
:tcx5-2025-waiver: pass:[ ]
22

33
// eksctl version
44
:eksctl-min-version: 0.214.0

latest/ug/automode/auto-controls.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It's important *not* to use the `ec2:Owner` context key. Amazon owns the EKS Aut
2323
[source,json,subs="verbatim,attributes"]
2424
----
2525
{
26-
"Version": "2012-10-17",{tcx5-waiver}
26+
"Version": "2012-10-17",{tcx5-2025-waiver}
2727
"Statement": [
2828
{
2929
"Sid": "DenyAMI",

latest/ug/automode/auto-enable-existing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Cluster IAM role of an EKS Cluster cannot be changed after the cluster is cr
4343
[source,json,subs="verbatim,attributes"]
4444
----
4545
{
46-
"Version": "2012-10-17",{tcx5-waiver}
46+
"Version": "2012-10-17",{tcx5-2025-waiver}
4747
"Statement": [
4848
{
4949
"Effect": "Allow",

latest/ug/automode/auto-kms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This policy only includes permissions for EKS Auto Mode. The key policy may need
4242
[source,json,subs="verbatim,attributes"]
4343
----
4444
{
45-
"Version": "2012-10-17",{tcx5-waiver}
45+
"Version": "2012-10-17",{tcx5-2025-waiver}
4646
"Id": "MyKeyPolicy",
4747
"Statement": [
4848
{

latest/ug/automode/auto-learn-iam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ By default, the managed policies related to EKS Auto Mode do not permit applying
8686
[source,json,subs="verbatim,attributes"]
8787
----
8888
{
89-
"Version": "2012-10-17",{tcx5-waiver}
89+
"Version": "2012-10-17",{tcx5-2025-waiver}
9090
"Statement": [
9191
{
9292
"Sid": "Compute",

latest/ug/automode/automode-get-started-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Create a trust policy that allows the Amazon EKS service to assume the role. Sav
9595
[source,json,subs="verbatim,attributes"]
9696
----
9797
{
98-
"Version": "2012-10-17",{tcx5-waiver}
98+
"Version": "2012-10-17",{tcx5-2025-waiver}
9999
"Statement": [
100100
{
101101
"Effect": "Allow",
@@ -187,7 +187,7 @@ Create a trust policy that allows the Amazon EKS service to assume the role. Sav
187187
[source,json,subs="verbatim,attributes"]
188188
----
189189
{
190-
"Version": "2012-10-17",{tcx5-waiver}
190+
"Version": "2012-10-17",{tcx5-2025-waiver}
191191
"Statement": [
192192
{
193193
"Effect": "Allow",

latest/ug/automode/create-storage-class.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Update the following values in the policy below:
7272
[source,json,subs="verbatim,attributes"]
7373
----
7474
{
75-
"Version": "2012-10-17",{tcx5-waiver}
75+
"Version": "2012-10-17",{tcx5-2025-waiver}
7676
"Id": "key-auto-policy-3",
7777
"Statement": [
7878
{

latest/ug/clusters/create-cluster-auto.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Create a trust policy that allows the Amazon EKS service to assume the role. Sav
129129
[source,json,subs="verbatim,attributes"]
130130
----
131131
{
132-
"Version": "2012-10-17",{tcx5-waiver}
132+
"Version": "2012-10-17",{tcx5-2025-waiver}
133133
"Statement": [
134134
{
135135
"Effect": "Allow",
@@ -221,7 +221,7 @@ Create a trust policy that allows the Amazon EKS service to assume the role. Sav
221221
[source,json,subs="verbatim,attributes"]
222222
----
223223
{
224-
"Version": "2012-10-17",{tcx5-waiver}
224+
"Version": "2012-10-17",{tcx5-2025-waiver}
225225
"Statement": [
226226
{
227227
"Effect": "Allow",

latest/ug/clusters/create-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This topic provides an overview of the available options and describes what to c
3939
----
4040
cat >eks-cluster-role-trust-policy.json <<EOF
4141
{
42-
"Version": "2012-10-17",{tcx5-waiver}
42+
"Version": "2012-10-17",{tcx5-2025-waiver}
4343
"Statement": [
4444
{
4545
"Effect": "Allow",

latest/ug/getting-started/getting-started-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ TIP: For a list of all the resources the previous command creates, open the {aws
7070
[source,json,subs="verbatim,attributes"]
7171
----
7272
{
73-
"Version": "2012-10-17",{tcx5-waiver}
73+
"Version": "2012-10-17",{tcx5-2025-waiver}
7474
"Statement": [
7575
{
7676
"Effect": "Allow",
@@ -184,7 +184,7 @@ To learn more about different ways to configure nodes in EKS, see <<eks-compute>
184184
[source,json,subs="verbatim,attributes"]
185185
----
186186
{
187-
"Version": "2012-10-17",{tcx5-waiver}
187+
"Version": "2012-10-17",{tcx5-2025-waiver}
188188
"Statement": [
189189
{
190190
"Effect": "Allow",

0 commit comments

Comments
 (0)