-
Notifications
You must be signed in to change notification settings - Fork 2
chore: add groups to integration test #34
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
chore: add groups to integration test #34
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ethanndickson and the rest of your teammates on |
f95a970
to
695f2f4
Compare
250ad4e
to
e97e71c
Compare
695f2f4
to
7dc20eb
Compare
e97e71c
to
40c3e02
Compare
|
||
data "coderd_organization" "default" { | ||
is_default = 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 totally sure on this from a UX perspective - but we can't use name="default"
because the first organisation, whilst it can be retrieved using the name default
, actually has the name first-organization
.
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.
and I'm 90% sure Terraform is always going to spit the dummy if we just replaced the given name?
7dc20eb
to
24a0fe9
Compare
40c3e02
to
c0065c3
Compare
24a0fe9
to
962336f
Compare
c0065c3
to
3e749a6
Compare
962336f
to
adb48de
Compare
3e749a6
to
39670c5
Compare
adb48de
to
e313323
Compare
39670c5
to
2fca026
Compare
e313323
to
63f4357
Compare
2fca026
to
8222503
Compare
63f4357
to
ae0d572
Compare
8222503
to
2632693
Compare
ae0d572
to
aa86273
Compare
cae8c17
to
92ecb54
Compare
92ecb54
to
b35dec9
Compare
I've decided these should go in the existing
user-test
integration test case since it's best to test the groups with users in them.