Skip to main content

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.

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



terraform {

  required_providers {

    aviatrix = {

      source = "AviatrixSystems/aviatrix"

      version = "2.24.1"

    }

  }

}

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 


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


Jeremiah Sholes Thank you. I appreciate your help.


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