feat(container): add support for API v1#3964
Draft
Mia-Cross wants to merge 1 commit intoscaleway:mainfrom
Draft
Conversation
b91af87 to
6764901
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3964 +/- ##
========================================
- Coverage 2.21% 2.17% -0.04%
========================================
Files 525 525
Lines 56959 57396 +437
========================================
- Hits 1260 1248 -12
- Misses 55599 56048 +449
Partials 100 100 ☔ View full report in Codecov by Sentry. |
42c1405 to
56eb1ca
Compare
56eb1ca to
4ccafb6
Compare
4ccafb6 to
d45fa55
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates the new API v1 for Serverless Containers in Terraform.
scaleway_containerresource:startup_probeallows to define how to check if the container has started successfully.registry_imageis deprecated in favor ofimage.memory_limit(measured in MiB) is deprecated in favor ofmemory_limit_bytes(measured in bytes)local_storage_limit(measured in MiB) is deprecated in favorlocal_storage_limit_bytes(measured in bytes)domain_namecomputed attribute is deprecated in favor ofpublic_endpointhealth_checkis deprecated in favor ofliveness_probehttp_optionis deprecated in favor ofhttps_connections_onlydeployis deprecated and no longer has any effect, containers are automatically deployed at creation, and redeployed following any change.scaleway_container_tokenresource:This resource is deprecated, please use IAM tokens instead (refer to the documentation to see how to implement them)
scaleway_container_cronresource:This resource is deprecated, please use the
scaleway_container_trigger.cronresource insteadscaleway_container_triggerresource:croncredentials_file_contentfield (refer to the documentation for more info)access_keyandsecret_keyfields (refer to the documentation for more info)TODO:
Closes #3965