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

Support for setting runtime through netlify_site_build_settings #49

Open
SalehAly01 opened this issue Aug 27, 2024 · 1 comment
Open

Comments

@SalehAly01
Copy link

We noticed an issue while creating Next.js and setting the build setting using the netlify_site_build_settings resource. The app is detected on Netlify as Next.js and builds successfully, but the apps return an error App Not Found while trying to access them.

After debugging the issue, we found that we have to manually change the runtime inside the build and deploy settings section in Netlify UI and then trigger a new deployment to fix it.

It would be great if the resource could support setting the runtime through Terraform so it won't need manual effort with a large number of apps.

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
@SalehAly01 and others