-
Notifications
You must be signed in to change notification settings - Fork 35
feat(scf): Add STACKIT Cloud Foundry #991
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
base: main
Are you sure you want to change the base?
Conversation
@fapo85 Please consider squashing these 55 commits into a meaningful commits. If that's not possible it's also fine for me to squash them into a single commit. But I don't see any benefit in having 55 commits here 😄 |
2f5df45
to
3625c02
Compare
done, thanks for the hint |
stackit/internal/services/scf/organizationmanager/datasource.go
Outdated
Show resolved
Hide resolved
stackit/internal/services/scf/organizationmanager/datasource.go
Outdated
Show resolved
Hide resolved
stackit/internal/services/scf/organizationmanager/datasource.go
Outdated
Show resolved
Hide resolved
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Description
Add STACKIT Cloud Foundry resources to the terraform provier
Checklist
make fmt
examples/
directory)make generate-docs
(will be checked by CI)make test
(will be checked by CI)make lint
(will be checked by CI)Co-authored-by: @akop