Skip to main content
Solved

Multi-Cloud Network Infrastructure as Code Course - Lab 1

  • November 1, 2022
  • 6 replies
  • 60 views

Forum|alt.badge.img

Hello, can anyone please help me with this part of Lab 1? (screenshot attached below) 

I think it has to deal with the version setup. I tried so many steps but still having issues.

I'm using a mac. Help, please.

e.

Best answer by John_Smoker

SilEye This looks like you don't have the latest version of the IaC course code, compatible with controller version 6.9. Make sure you've cloned the latest code:

https://github.com/AviatrixSystems/ace-iac-day-zero
https://github.com/AviatrixSystems/ace-iac-day-two

6 replies

Did you make sure you have the latest provider Version defined? 
 

terraform {
  required_providers {
    aviatrix = {
      source = "AviatrixSystems/aviatrix"
      version = "2.24.1"
    }
  }
}

Forum|alt.badge.img
  • Author
  • Cadet
  • November 1, 2022

Jeremiah Sholes  Yes, I tried it but having a constraint error.


SilEye you might want to try only a specific newest prover version and re init after 


John_Smoker
Forum|alt.badge.img+3
  • Captain
  • Answer
  • November 1, 2022

SilEye This looks like you don't have the latest version of the IaC course code, compatible with controller version 6.9. Make sure you've cloned the latest code:

https://github.com/AviatrixSystems/ace-iac-day-zero
https://github.com/AviatrixSystems/ace-iac-day-two


Forum|alt.badge.img
  • Author
  • Cadet
  • November 1, 2022

Jeremiah Sholes Thank you. I appreciate your help.


Forum|alt.badge.img
  • Author
  • Cadet
  • November 1, 2022

Hey John Smoker,

Thank you for providing me with the latest version of the code. I got the Plan working fine now.

I have other errors at the Apply level, but I'll try to figure it out myself before asking for help. ðŸ˜…

Thank you much appreciation!