Skip to content

add_on to template#9

Merged
benoitblais-hashicorp merged 3 commits intomainfrom
v1.1.0
Nov 11, 2025
Merged

add_on to template#9
benoitblais-hashicorp merged 3 commits intomainfrom
v1.1.0

Conversation

@benoitblais-hashicorp
Copy link
Contributor

Overview/Summary

Link add_on to template.

This PR fixes/adds/changes/removes

  • Add: Link add_on to template.

Checklist before requesting a review

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@benoitblais-hashicorp benoitblais-hashicorp added the release:minor GitHub Release On Push Action label Nov 11, 2025
@github-actions
Copy link
Contributor

Terraform file(s) has been formatted and pushed to the repository.
You need to update your local copy of the repository.

@benoitblais-hashicorp benoitblais-hashicorp merged commit 44e742b into main Nov 11, 2025
1 check passed
@github-actions
Copy link
Contributor

Terraform Format Succeeded

The following files have been formatted, make sure to perform a 'git pull' to update your local repository.

main.tf

main.tf
--- old/main.tf
+++ new/main.tf
@@ -21,7 +21,7 @@
   variable_options = var.template_variables
 
   lifecycle {
-    ignore_changes = [ readme_markdown_template ]
+    ignore_changes = [readme_markdown_template]
   }
 }
 

@github-actions
Copy link
Contributor

Terraform file(s) has been formatted and pushed to the repository.
You need to update your local copy of the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:minor GitHub Release On Push Action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant