diff --git a/docs/index.md b/docs/index.md index 9e295e96..6da79f03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,8 +13,8 @@ Interact with HPE Aruba Network UXI Configuration. ```terraform provider "hpeuxi" { - client_id = "your_greenlake_uxi_client_id" - client_secret = "your_greenlake_uxi_client_secret" + client_id = "your_greenlake_uxi_client_id" + client_secret = "your_greenlake_uxi_client_secret" } ``` diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 97f05be3..7c4ff7b3 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -1,4 +1,4 @@ provider "hpeuxi" { - client_id = "your_greenlake_uxi_client_id" - client_secret = "your_greenlake_uxi_client_secret" + client_id = "your_greenlake_uxi_client_id" + client_secret = "your_greenlake_uxi_client_secret" }