Skip to content

Commit

Permalink
Vnext (#55)
Browse files Browse the repository at this point in the history
* chore: update the aks nodepool to v1.29 (#47)

* fix: correct output parameter in complete example (#49)

* chore: update aks module to version 9.0.0 (#51)

Co-authored-by: Adam Smith <[email protected]>

* feat: update to wayfinder v2.7.4 (#52)

* fix: minor tweaks to the cloudaccess example (#54)

---------

Co-authored-by: Mark Hughes <[email protected]>
Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Adam Smith <[email protected]>
  • Loading branch information
4 people authored Jun 28, 2024
1 parent 8508059 commit ae1ea8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Resource suffix is optional, specify this if you need to keep role definitions unique amongst
# multiple workspaces using the same subscription.
resource_suffix = "-app1-nonprod"
region = "uksouth"
resource_suffix = "app1-nonprod"
enable_cluster_manager = true
enable_dns_zone_manager = true
enable_network_manager = true
enable_cloud_info = false
from_aws = true
from_azure = false
wayfinder_identity_aws_role_arn = "arn:aws:iam::123456789012:role/wf-cloudidentity-aws"
wayfinder_identity_aws_issuer = "https://oidc.eks.eu-west-2.amazonaws.com/id/ABCDF8D2EF45CE1A6FD96E2781310123"
wayfinder_identity_aws_subject = "system:serviceaccount:wayfinder:wayfinder-admin"
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Resource suffix is optional, specify this if you need to keep role definitions unique amongst
# multiple workspaces using the same subscription.
region = "uksouth"
resource_suffix = "app1-nonprod"
enable_cluster_manager = true
enable_dns_zone_manager = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Resource suffix is optional, specify this if you need to keep role definitions unique amongst
# multiple workspaces using the same subscription.
region = "uksouth"
resource_suffix = "app1-nonprod"
enable_cluster_manager = true
enable_dns_zone_manager = true
Expand Down

0 comments on commit ae1ea8e

Please sign in to comment.