Skip to content

Commit

Permalink
Switch aws provider to the hashicorp namespace
Browse files Browse the repository at this point in the history
From this warning:

╷
│ Warning: Additional provider information from registry
│
│ The remote registry returned warnings for
│ registry.opentofu.org/opentofu/aws:
│ - You are using opentofu/aws instead of hashicorp/aws. This provider is
│ maintained by HashiCorp and the OpenTofu project only builds the provider
│ binaries from the source code. Both the opentofu/ and hashicorp/ namespaces
│ in the OpenTofu Registry contain the OpenTofu-built provider binaries based
│ on the HashiCorp source code. To avoid configuration errors, we recommend
│ using the hashicorp/ namespaced providers.
╵
  • Loading branch information
iuriaranda committed Jan 3, 2025
1 parent 48421c6 commit fcdb7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa-controller-role/giantswarm-capa-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
terraform {
required_providers {
aws = {
source = "opentofu/aws"
source = "hashicorp/aws"
version = "5.81.0"
}
}
Expand Down

0 comments on commit fcdb7e3

Please sign in to comment.