Solved

Multi-Cloud Network Infrastructure as Code Course - Lab 1

  • 1 November 2022
  • 6 replies
  • 39 views

Badge

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.

icon

Best answer by John_Smoker 1 November 2022, 18:50

View original

6 replies

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


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

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 

Userlevel 2
Badge +1

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

Badge

Jeremiah Sholes Thank you. I appreciate your help.

Badge

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!

Reply