Skip to content

Commit

Permalink
added connection profile
Browse files Browse the repository at this point in the history
  • Loading branch information
csahu9 committed Sep 9, 2024
1 parent faf75ca commit 589855e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ provider "netapp-ontap" {
},
{
name = "cluster5"
hostname = "10.193.73.2"
hostname = "********2"
username = var.username
password = var.password
validate_certs = var.validate_certs
Expand Down
4 changes: 2 additions & 2 deletions examples/provider/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
username = "admin"
password = "Netapp1!"
validate_certs = false
password = "xxxxxxxxx"
validate_certs = true

0 comments on commit 589855e

Please sign in to comment.