Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Jan 19, 2024
1 parent 9c3fefd commit f461222
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ FEATURES:
* **New Data Source:** `netapp_ontap_cluster_peers_data_source` ([#50](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/50))
* **New Data Source:** `netapp-ontap_protocols_cifs_local_user_data_source` ([#55](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/55))
* **New Data Source:** `netapp-ontap_protocols_cifs_local_users_data_source` ([#55](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/55))
* **New Data Source** `netapp-ontap_security_account_data_source` ([#22](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/22))
* **New Data Source** `netapp-ontap_security_accounts_data_source` ([#22](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/22))


ENHANCEMENTS:
Expand Down
11 changes: 6 additions & 5 deletions scripts/acctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

org_dir=$(pwd)
export TF_ACC=1
#export TF_ACC_NETAPP_HOST="<Host1>"
#export TF_ACC_NETAPP_HOST2="<host2>>"
#export TF_ACC_NETAPP_USER="admin"
#export TF_ACC_NETAPP_PASS="<password>"
#export TF_ACC_NETAPP_LICENSE="<licensekey>"
export TF_ACC_NETAPP_HOST="10.193.180.108"
export TF_ACC_NETAPP_HOST2="10.193.176.186"
export TF_ACC_NETAPP_HOST3="10.193.176.186"
export TF_ACC_NETAPP_USER="admin"
export TF_ACC_NETAPP_PASS="netapp1!"
export TF_ACC_NETAPP_LICENSE="SMEXXDBBVAAAAAAAAAAAAAAAAAAA"

rm -rf $org_dir/test
mkdir $org_dir/test
Expand Down

0 comments on commit f461222

Please sign in to comment.