diff --git a/LICENSE b/LICENSE index 535f35c..aa772c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Ali Muhammad +Copyright (c) 2023 Ali Muhammad Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f22c8d4..344b095 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.15 +infracost_version: 0.10.16 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.15** +infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.16** 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 6ad55a5..ad0d32d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for infracost infracost_app: infracost -infracost_version: 0.10.15 +infracost_version: 0.10.16 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