Skip to content

Commit

Permalink
[Provider] Consume AWS ParallelCluster Provider from Terraform Registry.
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
  • Loading branch information
gmarciani committed Jun 10, 2024
1 parent 86aba6e commit fecccab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/clusters/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {

required_providers {
pcluster = {
source = "terraform.local/local/aws-parallelcluster"
source = "aws-tf/aws-parallelcluster"
version = "1.0.0-alpha"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {

required_providers {
pcluster = {
source = "terraform.local/local/aws-parallelcluster"
source = "aws-tf/aws-parallelcluster"
version = "1.0.0-alpha"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/clusters/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {

required_providers {
pcluster = {
source = "terraform.local/local/aws-parallelcluster"
source = "aws-tf/aws-parallelcluster"
version = "1.0.0-alpha"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {

required_providers {
pcluster = {
source = "terraform.local/local/aws-parallelcluster"
source = "aws-tf/aws-parallelcluster"
version = "1.0.0-alpha"
}
}
Expand Down

0 comments on commit fecccab

Please sign in to comment.