From 1a06245010b195788abffbf2c48a30a8c4578fc5 Mon Sep 17 00:00:00 2001 From: thjonson Date: Thu, 11 Sep 2025 14:55:14 -0500 Subject: [PATCH 1/2] added terraform required version --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index b252979..bc520f1 100644 --- a/main.tf +++ b/main.tf @@ -1,4 +1,5 @@ terraform { + required_version = ">= 1.8.5" required_providers { aci = { source = "CiscoDevNet/aci" From 0765cb4caf10bc71416037b92206f7b0a0edad96 Mon Sep 17 00:00:00 2001 From: thjonson Date: Thu, 11 Sep 2025 15:11:36 -0500 Subject: [PATCH 2/2] new link to "Full Configuration" section on netascode site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6073b0..9cfe36a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ # Network-as-Code - Comprehensive example for ACI -This example is part of the Cisco [*Network as Code*](https://netascode.cisco.com) project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level ACI object model. More information can be found here: [https://netascode.cisco.com/solutions/aci/comprehensive_example](https://netascode.cisco.com/solutions/aci/comprehensive_example). +This example is part of the Cisco [*Network as Code*](https://netascode.cisco.com) project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level ACI object model. More information can be found here: [https://netascode.cisco.com/docs/start/aci/full_configuration/](https://netascode.cisco.com/docs/start/aci/full_configuration/).