So, we implemented the AWS Terraform modules a couple of years back, before they were "officially" part of "Terraform Registry" with versioning and stuff.
So we kind of built our own module using the local code references, and so now when I need to update "our" module, what modules in "your" code tree needs to be replaced, and CAN they be just "drop-in" replaced?
I have been updating the "version_license" module (I also replaced the "amis" module, although I'm pretty sure that module is "never" changed/updated) to be able to update to newer versions.
Is there anything else that I MUST update/replace. How can I/Can I control exactly which version of the ami I want to install, or will for example "R82-BYOL" ALLWAYS give me the latest ami version available at the execution of the code?
Is the webpage https://cgi-cfts.s3.amazonaws.com/utils/amis.yaml in the ultimately what controls the image installed, what ami version is installed, for a Gateway, would be the Regional ami for the "attribute" R82BYOLGW on that URL?
I'm planning on updating our code to reflect the new "structure" when I have time, but for now I just need to maintain so we can update properly.
Kind regards,
Jonas
So, we implemented the AWS Terraform modules a couple of years back, before they were "officially" part of "Terraform Registry" with versioning and stuff.
So we kind of built our own module using the local code references, and so now when I need to update "our" module, what modules in "your" code tree needs to be replaced, and CAN they be just "drop-in" replaced?
I have been updating the "version_license" module (I also replaced the "amis" module, although I'm pretty sure that module is "never" changed/updated) to be able to update to newer versions.
Is there anything else that I MUST update/replace. How can I/Can I control exactly which version of the ami I want to install, or will for example "R82-BYOL" ALLWAYS give me the latest ami version available at the execution of the code?
Is the webpage https://cgi-cfts.s3.amazonaws.com/utils/amis.yaml in the ultimately what controls the image installed, what ami version is installed, for a Gateway, would be the Regional ami for the "attribute" R82BYOLGW on that URL?
I'm planning on updating our code to reflect the new "structure" when I have time, but for now I just need to maintain so we can update properly.
Kind regards,
Jonas