Skip to content

Commit

Permalink
Merge pull request #39 from darkwizard242/feature/bump-infracost-to-0…
Browse files Browse the repository at this point in the history
….10.38

bump infracost to 0.10.38
  • Loading branch information
darkwizard242 authored Jul 1, 2024
2 parents f4e9f0a + bf25281 commit 77e5281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
infracost_app: infracost
infracost_version: 0.10.37
infracost_version: 0.10.38
infracost_os: "{{ ansible_system | lower }}"
infracost_architecture_map:
amd64: amd64
Expand All @@ -39,7 +39,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.37**
infracost_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.10.38**
infracost_os | Defines os type.
infracost_architecture_map | Defines os architecture.
infracost_dl_url | Defines URL to download the infracost binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for infracost

infracost_app: infracost
infracost_version: 0.10.37
infracost_version: 0.10.38
infracost_os: "{{ ansible_system | lower }}"
infracost_architecture_map:
amd64: amd64
Expand Down

0 comments on commit 77e5281

Please sign in to comment.