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

refactor: Add terraform example of project with resource #346

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

bryphe-coder
Copy link
Contributor

This just adds the most minimal terraform script to provision a resource (the null_resource) that doesn't require a cloud provider.

With this, we can test creating projects that have an associated resource:
Screen Shot 2022-02-21 at 2 31 54 PM

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #346 (3d3a0fd) into main (1789ba0) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #346      +/-   ##
==========================================
- Coverage   67.62%   67.60%   -0.03%     
==========================================
  Files         147      147              
  Lines        7930     7930              
  Branches       77       77              
==========================================
- Hits         5363     5361       -2     
- Misses       2023     2025       +2     
  Partials      544      544              
Flag Coverage Δ
unittest-go-macos-latest 66.53% <ø> (+0.10%) ⬆️
unittest-go-ubuntu-latest 67.44% <ø> (-0.09%) ⬇️
unittest-go-windows-2022 65.95% <ø> (+0.01%) ⬆️
unittest-js 64.16% <ø> (ø)
Impacted Files Coverage Δ
coderd/provisionerdaemons.go 60.20% <0.00%> (-0.60%) ⬇️
peer/conn.go 79.02% <0.00%> (+0.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1789ba0...3d3a0fd. Read the comment docs.

@bryphe-coder bryphe-coder merged commit 2e12cb9 into main Feb 23, 2022
@bryphe-coder bryphe-coder deleted the bryphe/refactor/add-project-with-resource branch February 23, 2022 02:55
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.

None yet

3 participants