Skip to content

Commit ddeb1a4

Browse files
committed
Updated the path for the fsxn-rotate-secret module.
1 parent 0e02eba commit ddeb1a4

File tree

1 file changed

+1
-1
lines changed
  • Terraform/deploy-fsx-ontap/standalone-module

1 file changed

+1
-1
lines changed

Terraform/deploy-fsx-ontap/standalone-module/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resource "aws_fsx_ontap_file_system" "terraform-fsxn" {
6262
#
6363
# Instantiate a rotating secret for the storage virtual machine. It will set the initial password for the SVM.
6464
module "svm_rotate_secret" {
65-
source = "../DevelopersAdocacy/FSx-ONTAP-samples-scripts/Management-Utilities/fsxn-rotate-secret/terraform/"
65+
source = "github.com/Netapp/FSx-ONTAP-samples-scripts/Management-Utilities/fsxn-rotate-secret/terraform"
6666
fsx_region = var.fsx_region
6767
secret_region = var.secret_region
6868
aws_account_id = var.aws_account_id

0 commit comments

Comments
 (0)