Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 Release #8

Merged
merged 16 commits into from
Oct 31, 2023
Merged

v1.0.0 Release #8

merged 16 commits into from
Oct 31, 2023

Conversation

drewmullen
Copy link
Contributor

@drewmullen drewmullen commented Aug 21, 2023

This PR fixes some long standing issues with the initial beta releases. Once fixed, we are now ready to release v1.0.0

  • include missing parameters for tfe_workspace
  • auto set execution_mode if an agent_pool_id is supplied
  • fix variable sets. previously we were making an unnecessary amount of variable sets along with variables. this now aligns correctly
  • add outputs for workspace attributes (closes Output workspace IDs #9)
  • add terraform test
$ tf test -var="organization=<my tfc org name>"
tests/examples_basic_test.tftest.hcl... in progress
  run "apply_basic"... pass
tests/examples_basic_test.tftest.hcl... tearing down
tests/examples_basic_test.tftest.hcl... pass

Success! 1 passed, 0 failed.

experiment tag nolonger necessary
@drewmullen drewmullen requested a review from a team as a code owner August 21, 2023 17:47
@drewmullen drewmullen changed the title Experiment no longer necessary Several feature updates Sep 14, 2023
@drewmullen
Copy link
Contributor Author

could this please be cut as a v1.0.0 release?

@drewmullen drewmullen changed the title Several feature updates v1.0.0 Release Oct 25, 2023
@drewmullen
Copy link
Contributor Author

I believe the tf docs failure is due to using a different version of terraform locally... not sure how we can solve that going forward. My local pre-commit did regenerate the README.md file...

@tbulding tbulding merged commit fecfdbe into aws-ia:main Oct 31, 2023
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output workspace IDs
2 participants