diff --git a/README.md b/README.md index ecddc79..f22c8d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml infracost_app: infracost -infracost_version: 0.10.14 +infracost_version: 0.10.15 infracost_os: linux infracost_arch: amd64 infracost_dl_url: https://github.com/{{ infracost_app }}/{{ infracost_app }}/releases/download/v{{ infracost_version }}/{{ infracost_app }}-{{ infracost_os }}-{{ infracost_arch }}.tar.gz @@ -31,7 +31,7 @@ infracost_file_permission_mode: '0755' Variable | Description ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- infracost_app | Defines the app to install i.e. **infracost** -infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.14** +infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.15** infracost_os | Defines os type. Defaults to: **linux** infracost_arch | Defines os architecture. Defaults to: **amd64** infracost_dl_url | Defines URL to download the infracost binary from. diff --git a/defaults/main.yml b/defaults/main.yml index f43f3a4..6ad55a5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for infracost infracost_app: infracost -infracost_version: 0.10.14 +infracost_version: 0.10.15 infracost_os: linux infracost_arch: amd64 infracost_dl_url: https://github.com/{{ infracost_app }}/{{ infracost_app }}/releases/download/v{{ infracost_version }}/{{ infracost_app }}-{{ infracost_os }}-{{ infracost_arch }}.tar.gz