You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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
)The text was updated successfully, but these errors were encountered: