Skip to content

Commit

Permalink
Merge pull request #282 from cloudify-community/disable-terratag
Browse files Browse the repository at this point in the history
disable terratag
  • Loading branch information
EarthmanT committed Apr 6, 2022
2 parents 98ade75 + 85a8308 commit 5abbc57
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions virtual-machine/aws-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,28 +81,6 @@ node_templates:
aws_zone: { concat: [ { get_input: aws_region_name }, 'a' ] }
admin_user: { get_input: agent_user }
admin_key_public: { get_attribute: [agent_key, public_key_export] }
tfsec_config:
flags_override:
- soft_fail
enable: True
tflint_config:
config:
- type_name: config
option_value:
module: 'true'
- type_name: plugin
option_name: aws
option_value:
enabled: 'false'
flags_override:
- loglevel: info
enable: True
terratag_config:
tags: { 'some_tag': 'some_value' }
flags_override:
- verbose: True
enable: True

relationships:
- target: terraform
type: cloudify.terraform.relationships.run_on_host
Expand Down

0 comments on commit 5abbc57

Please sign in to comment.