Replies: 1 comment 1 reply
-
Hey @ryanvade , That's a good question! I asked the App Platform team internally as it appears there is not a publicly documented list of slugs. Environment slugs are being deprecated. You can exclude them completely from your app spec. All that said, currently the valid slugs are:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an app via the terraform provider but am running into an issue with unrecognized environment_slug. So, trying to find the supported environment_slug values I ended up on https://docs.digitalocean.com/products/app-platform/reference/app-spec/#example-app-spec
Expanding the spec I end up with
![image](https://private-user-images.githubusercontent.com/1910293/353647694-ab4b7cbe-c511-47f3-89b1-9d77b6bc30e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDgyMTAsIm5iZiI6MTczOTMwNzkxMCwicGF0aCI6Ii8xOTEwMjkzLzM1MzY0NzY5NC1hYjRiN2NiZS1jNTExLTQ3ZjMtODliMS05ZDc3YjZiYzMwZTUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjEwNTEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGRhM2FhMDczZjAzMTczMTdkYThmNDNkODMwNDcyZjQ1MWFjNTkyOTc3N2QxN2NhZjc0MjBlNzlhZmI4MGNkYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OC3FN8CzpeK9_IQCTkvOyTAqb4tmydBXGY1C6Ce2NzY)
and clicking on the provided link I end up on the general app product page. I can't find the list of supported environment_slugs. Anyone know where to find them?
Beta Was this translation helpful? Give feedback.
All reactions