Skip to content

Commit 1daab90

Browse files
committed
Updated AWS in CloudProvider enum
1 parent 0752b93 commit 1daab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/app/component/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public String toString() {
4545

4646
public enum CloudProvider {
4747
PUBLIC(""),
48-
AWS("AWS"),
48+
AWS("AWS-NITRO"),
4949
GCP("GCP-OIDC"),
5050
AZURE("Azure-CC");
5151

0 commit comments

Comments
 (0)