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

Sets required providers #3

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

maximillianbrain1
Copy link
Contributor

The required_providers was not set properly in the module. This PR fixes it.

old:

Providers required by configuration:
.
├── provider[registry.terraform.io/rad-security/rad-security] 1.1.3
└── module.rad-security-plugins
    ├── provider[registry.terraform.io/hashicorp/rad-security]
    └── provider[registry.terraform.io/hashicorp/helm]

new:

terraform providers

Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/helm] 2.15.0
├── provider[registry.terraform.io/rad-security/rad-security] 1.1.3
└── module.rad-security-plugins
    ├── provider[registry.terraform.io/rad-security/rad-security]
    └── provider[registry.terraform.io/hashicorp/helm]

Signed-off-by: Max Brain <[email protected]>
@maximillianbrain1 maximillianbrain1 merged commit a351fec into main Sep 16, 2024
1 check passed
@maximillianbrain1 maximillianbrain1 deleted the set_required_providers branch September 16, 2024 14:27
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

Successfully merging this pull request may close these issues.

2 participants