We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02eba commit ddeb1a4Copy full SHA for ddeb1a4
Terraform/deploy-fsx-ontap/standalone-module/main.tf
@@ -62,7 +62,7 @@ resource "aws_fsx_ontap_file_system" "terraform-fsxn" {
62
#
63
# Instantiate a rotating secret for the storage virtual machine. It will set the initial password for the SVM.
64
module "svm_rotate_secret" {
65
- source = "../DevelopersAdocacy/FSx-ONTAP-samples-scripts/Management-Utilities/fsxn-rotate-secret/terraform/"
+ source = "github.com/Netapp/FSx-ONTAP-samples-scripts/Management-Utilities/fsxn-rotate-secret/terraform"
66
fsx_region = var.fsx_region
67
secret_region = var.secret_region
68
aws_account_id = var.aws_account_id
0 commit comments