Skip to content

Add add_on#8

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

Add add_on#8
benoitblais-hashicorp merged 3 commits intomainfrom
v1.0.7

Conversation

@benoitblais-hashicorp
Copy link
Contributor

Overview/Summary

Add add_on to provision HCP Terraform workspace.

This PR fixes/adds/changes/removes

  • Add: add_on to provision HCP Terraform workspace.

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:patch GitHub Release On Push Action label Nov 11, 2025
@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.

@benoitblais-hashicorp benoitblais-hashicorp merged commit 637f16c into main Nov 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:patch GitHub Release On Push Action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant