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

Invalid provider configuration and Missing required argument #34

Open
lenahorsley opened this issue Nov 19, 2024 · 0 comments
Open

Invalid provider configuration and Missing required argument #34

lenahorsley opened this issue Nov 19, 2024 · 0 comments

Comments

@lenahorsley
Copy link

I tried to deploy an ARO cluster using the instructions in the README file of this repo, but saw two errors.
Steps to reporduce

  1. Clone the repo

  2. Log into the Azure cli

  3. Export variables
    export TF_VAR_subscription_id="$(az account show --query id --output tsv)"
    export TF_VAR_cluster_name="$(whoami)-aro"
    export TF_VAR_aro_version="$(az aro get-versions -l eastus --query '[-1]' | sed 's/"//g')"

  4. Deploy the cluster
    make create

Expected Result
ARO Cluster deploys

Actual Result

│ Error: Invalid provider configuration

│ Provider "registry.terraform.io/hashicorp/azurerm" requires explicit configuration. Add a provider block to the root module and configure the provider's required arguments as described in the provider documentation.



│ Error: Missing required argument

│ with provider["registry.terraform.io/hashicorp/azurerm"],
│ on line 0:
│ (source code not available)

│ The argument "features" is required, but no definition was found.

I've successfully created ARO clusters using the files in this repo for the past few weeks. I saw these errors when I pulled the updates.

I apologize in advance if this is not the correct place to open an issue.

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

No branches or pull requests

1 participant