- Notifications
You must be signed in to change notification settings - Fork3
feat: add template data source#46
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Name: PtrTo(tpl.Name), | ||
} | ||
resource.Test(t, resource.TestCase{ | ||
IsUnitTest: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm not sure if this was on purpose, but it's maybe a good idea, we should leaveIsUnitTest: true
on all our acceptance tests, and then just block whenTF_ACC
isn't set with a skip at the top. They both do the exact same check, but our skip stops the setup from running too.
bcba9b7
intomainUh oh!
There was an error while loading.Please reload this page.
All fields except a few:
Provisioner
(not really necessary in production since we only support terraform right now)AutostopRequirement
andAutostartRequirement
(we should add them when the template resource adds them)MaxPortShareLevel
Closes#28