f5devcentral / terraform-aws-bigip-module

This Repo has been Archived, and moved to: https://github.com/F5Networks/terraform-aws-bigip-module for Supported Module
3 stars 8 forks source link

Install ATC components via version number #20

Open codygreen opened 3 years ago

codygreen commented 3 years ago

f5_onboard.tmpl is currently hardcoded to only accept an ATC components URL and then derives the ATC component version from the URL. However, f5-bigip-runtime-init supports installing ATC components via version or URL.

Installing ATC components via version is a much easier interaction for the user versus having to find and copy the URL.

nmenant commented 3 years ago

Tracking internally with INFRAANO-157