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

consolidate resources and simplify provider usage #4

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Conversation

joshrwolf
Copy link
Collaborator

@joshrwolf joshrwolf commented Jan 3, 2024

Remove the confusing primitives (environment and test) and replace it with the simplified:

  • feature
  • harness*

Now instead of needing to plumb tests through environment -(test)-> feature, you simply leverage the terraform apply as the environment manager and define feature resources.

This also changes the default behavior of the tests to happen in isolated environments (containers), which are configured through the use of harnesses.

The example provided in examples/resources/main.tf is an updated example of the new workflow.

@joshrwolf joshrwolf changed the title Simplify consolidate resources and simplify provider usage Jan 3, 2024
@joshrwolf
Copy link
Collaborator Author

I'm landing this without a formal review since this provider is still unused/unreleased and in the early dev/exploration phase.

@joshrwolf joshrwolf merged commit dfec11f into main Jan 3, 2024
5 of 7 checks passed
@mattmoor mattmoor deleted the simplify branch March 9, 2024 22:16
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.

1 participant