Add AWS App Runner as a cloud platform (#2004)
This commit is contained in:
parent
8c7fb44a4e
commit
540878944d
|
|
@ -76,6 +76,9 @@ groups:
|
|||
- id: aws_elastic_beanstalk
|
||||
value: 'aws_elastic_beanstalk'
|
||||
brief: AWS Elastic Beanstalk
|
||||
- id: aws_app_runner
|
||||
value: 'aws_app_runner'
|
||||
brief: AWS App Runner
|
||||
- id: azure_vm
|
||||
value: 'azure_vm'
|
||||
brief: Azure Virtual Machines
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
| `aws_eks` | AWS Elastic Kubernetes Service |
|
||||
| `aws_lambda` | AWS Lambda |
|
||||
| `aws_elastic_beanstalk` | AWS Elastic Beanstalk |
|
||||
| `aws_app_runner` | AWS App Runner |
|
||||
| `azure_vm` | Azure Virtual Machines |
|
||||
| `azure_container_instances` | Azure Container Instances |
|
||||
| `azure_aks` | Azure Kubernetes Service |
|
||||
|
|
|
|||
Loading…
Reference in New Issue