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

Allow creating tenants in staging environment #64

Open
kobybum opened this issue Dec 1, 2022 · 1 comment
Open

Allow creating tenants in staging environment #64

kobybum opened this issue Dec 1, 2022 · 1 comment

Comments

@kobybum
Copy link

kobybum commented Dec 1, 2022

We are trying to create tenants in staging using terraform, but it does not seem to support it

Expected Behavior

Terraform provider should create tenants in the appropriate environment (staging / QA) based on the URL

Actual Behavior

The provider always creates tenants in the development environment, regardless of the application URL

Steps to reproduce

Create a tenant using the staging application URL (staging-company.frontegg.com)
The tenant is created in the Development environment (dev-company.frontegg.com)

@mariavlasov
Copy link
Contributor

Hey @kobybum,
To add tenant to specific environment you need to accordingly change clientId and secretKey you provide.
Application Url is used to configure tenant's specific url, but it doesn't influence which environment it is created at.

benesch pushed a commit to MaterializeInc/terraform-provider-frontegg that referenced this issue Jan 8, 2024
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

No branches or pull requests

2 participants