-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
8508059
commit ae1ea8e
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
modules/cloudaccess/examples/complete/aws-to-azure.tfvars.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
1 change: 1 addition & 0 deletions
1
modules/cloudaccess/examples/complete/azure-to-azure.tfvars.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
modules/cloudaccess/examples/complete/gcp-to-azure.tfvars.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters