Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OutBound Type to aks_config_v2 #1442

Closed
matttrach opened this issue Nov 14, 2024 · 3 comments
Closed

Add OutBound Type to aks_config_v2 #1442

matttrach opened this issue Nov 14, 2024 · 3 comments

Comments

@matttrach
Copy link
Collaborator

Issue tracking PR #1439 which addresses rancher/aks-operator#721

@matttrach matttrach added this to the November Release 2024 milestone Nov 14, 2024
@matttrach matttrach self-assigned this Nov 14, 2024
@matttrach matttrach changed the title [BACKPORT] Add OutBound Type to aks_config_v2 Add OutBound Type to aks_config_v2 Nov 14, 2024
@markusewalker markusewalker self-assigned this Nov 25, 2024
@markusewalker
Copy link
Contributor

Reopening this issue. When trying to run terraform apply, I get the following:

│ Error: Unsupported argument
│ 
│   on main.tf line 29, in resource "rancher2_cluster" "cluster":
│   29:     outbound_type              = var.outbound_type
│ 
│ An argument named "outbound_type" is not expected here. Did you mean "outboung_type"?

Looking at the code, the typo outboung_type is there. FWIW, this change works, but the typo needs to be fixed to have outbound_type before QA will close this issue.

@jiaqiluo
Copy link
Member

@markusewalker
Copy link
Contributor

Validated this is fixed on v6.0.0-rc4. See details below:

ENVIRONMENT DETAILS

TEST RESULTS

# Scenario Result
1 Provision AKS cluster with new parameter outbound_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants