Skip to content

Commit 5c997a1

Browse files
anvitha-jainlhercot
authored andcommitted
Resolving issue #178
1 parent d9a904f commit 5c997a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,16 @@ If you want to work on the provider, you'll first need [Go](http://www.golang.or
8989

9090
To compile the provider, run `make build`. This will build the provider with sanity checks present in scripts directory and put the provider binary in `$GOPATH/bin` directory.
9191

92+
<strong>Important: </strong>To successfully use the provider you need to use the below configuration just before setting up the provider with your cisco aci credentials.
93+
94+
```hcl
95+
terraform {
96+
required_providers {
97+
aci = {
98+
source = "ciscodevnet/aci"
99+
}
100+
}
101+
}
102+
```
103+
92104
<strong>NOTE:</strong> Currently only resource properties supports the reflecting manual changes made in CISCO ACI. Manual changes to relationship is not taken care by the provider.

0 commit comments

Comments
 (0)