Skip to content

Commit

Permalink
docs: automated readme update [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Aug 31, 2023
1 parent 5d1289d commit f31a599
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# terraform

[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github&amp;logoColor=white)](https://github.com/rolehippie/terraform)
[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github&logoColor=white)](https://github.com/rolehippie/terraform)
[![General Workflow](https://github.com/rolehippie/terraform/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/terraform/actions/workflows/general.yml)
[![Readme Workflow](https://github.com/rolehippie/terraform/actions/workflows/readme.yml/badge.svg)](https://github.com/rolehippie/terraform/actions/workflows/readme.yml)
[![Readme Workflow](https://github.com/rolehippie/terraform/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/terraform/actions/workflows/docs.yml)
[![Galaxy Workflow](https://github.com/rolehippie/terraform/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/terraform/actions/workflows/galaxy.yml)
[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/terraform)](https://github.com/rolehippie/terraform/blob/master/LICENSE)
[![Ansible Role](https://img.shields.io/badge/role-rolehippie.terraform-blue)](https://galaxy.ansible.com/rolehippie/terraform)
Expand Down Expand Up @@ -41,7 +41,6 @@ Building and improving this Ansible role have been sponsored by my current and p

- Minimum Ansible version: `2.10`


## Default Variables

### terraform_arch
Expand Down Expand Up @@ -101,8 +100,8 @@ Architecture for tflint
#### Default value
```YAML
terraform_tflint_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64'\
\ }}"
terraform_tflint_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64'
}}"
```
### terraform_tflint_download
Expand Down Expand Up @@ -143,8 +142,8 @@ Architecture for tfsec
#### Default value
```YAML
terraform_tfsec_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64'\
\ }}"
terraform_tfsec_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64'
}}"
```
### terraform_tfsec_download
Expand Down

0 comments on commit f31a599

Please sign in to comment.