You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to create a POOL in our own custom tenant. The code always creating under the default tenant(admin). It is not overriding with our custom tenant. Any help would be much appreciated.
Try to do ‘terraform init’ then you can see the provider version. If that doesn’t work you can get that version in provider.go file which is located under terraform-provider-avi/avi/provider.go.
For the tenant issue you have to either reinitialise the provider with different tenant in same .tf file or you can create seperate .tf file, initialise provider with desired tenant by setting ‘avi_tenant’ parameter and create resources under that tenant.
hi Everyone,
We are trying to create a POOL in our own custom tenant. The code always creating under the default tenant(admin). It is not overriding with our custom tenant. Any help would be much appreciated.
Our code snippet follows:
The text was updated successfully, but these errors were encountered: