Skip to content

Commit

Permalink
Changed repo's name
Browse files Browse the repository at this point in the history
  • Loading branch information
kerentraht authored Jan 31, 2024
1 parent a2f93c4 commit 36a19a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Terraform/deploy-fsx-ontap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Make sure to replace all values within `< >` with your own variables.

```ruby
module "fsxontap" {
source = "github.com/Netapp/FSxN-Samples/Terraform/deploy-fsx-ontap"
source = "github.com/Netapp/FSx-ONTAP-samples-scripts/Terraform/deploy-fsx-ontap"
vpc_id = "<YOUR-VPC-ID>"
fsx_subnets = ["<YOUR-PRIMARY-SUBNET>", "<YOUR-SECONDAY-SUBNET>"]
Expand Down Expand Up @@ -160,7 +160,7 @@ Whenever you add a new module to a configuration, Terraform must install the mod

```shell
terraform get
Downloading git::https://github.com/Netapp/FSxN-Samples.git for fsxontap...
Downloading git::https://github.com/Netapp/FSx-ONTAP-samples-scripts.git for fsxontap...
- fsxontap in .terraform/modules/fsxontap/Terraform/deploy-fsx-ontap
```

Expand Down Expand Up @@ -224,7 +224,7 @@ terraform apply -y

## Author Information

This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSxN-Samples/graphs/contributors).
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).

## License

Expand All @@ -236,4 +236,4 @@ Unless required by applicable law or agreed to in writing, software distributed

See the License for the specific language governing permissions and limitations under the License.

<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->

0 comments on commit 36a19a1

Please sign in to comment.