Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cisco-dnac]

Use this tag for Cisco DNA Center / Cisco Catalyst Center questions

cisco-dnac
0 votes
1 answer
34 views

Error: Failure when executing a Terraform Resource creation request

I am working on a scripts for creating a site hierarchy in Cisco DNA/Catalyst Center. I have structure that looks like this: ├── main.tf ├── variables.tf ├── modules │ └── site_settings │ └── ip-...
MupEHcEH's user avatar
-1 votes
1 answer
63 views

How to deal with "Error: Duplicate object key" in Terraform

I am working on a scripts for creating a site hierarchy in Cisco DNA/Catalyst Center. I used an existing repo, that I've modified. I have structure that looks like this: ├── main.tf ├── variables.tf ├─...
MupEHcEH's user avatar
1 vote
2 answers
61 views

Unable to use VARs from a tfvars file in Terraform

I am new in Terraform. I am trying to setup some scripts for managing Cisco Catalyst Center (new name of Cisco DNA, but I am using the DNA Provider anyway :) ). I used an existing repo, that I've ...
MupEHcEH's user avatar