Skip to content

Commit

Permalink
chore: update launch_template spec (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorut authored Aug 11, 2023
1 parent f599187 commit 02797ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/infracost_cloud/tagging_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Tagging policies check all AWS, Azure and Google Terraform resources that suppor
- For `aws_autoscaling_group` and `aws_autoscaling_group_tag`, if the `propagate_at_launch` attribute is not set to true, the resource fails tagging policies as resources launched from those Auto Scaling groups will not get the required tags.
- For tags set in modules, the actual module version being used is checked.
- For `aws_instance`, the `volume_tags` attribute is also checked.
- For `aws_launch_template`, the `tag_specifications` attribute is also checked when the `resource_type` is `instance` or `volume` (others are ignored just now). These tags are then associated with either the `aws_instance` or `aws_autoscaling_group` resource that references the `aws_launch_template` and checked as part of those resources.
- For `aws_launch_template`, the `tag_specifications` attribute is also checked. If the `resource_type` is `instance` or `volume` these tags are then associated with either the `aws_instance` or `aws_autoscaling_group` resource that references the `aws_launch_template` and checked as part of those resources.

Please open a [GitHub issue](https://github.com/infracost/infracost/issues) or email [[email protected]](mailto:[email protected]) if you have any feedback on how tagging policies work.

0 comments on commit 02797ad

Please sign in to comment.