Skip to content

Commit b14cfc2

Browse files
committed
revert linter-formatted tables
1 parent 6b14f37 commit b14cfc2

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

docs/concepts/managed-storage/managed-postgres.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Postgres, or PostgreSQL, is a powerful open-source relational database system kn
1010

1111
## Current Support
1212

13-
| Provider | Managed Postgres |
14-
| ---------------------------------------------------------------- | ---------------- |
15-
| [Playground](/docs/providers/playground#managed-services) | |
16-
| [AWS](/docs/providers/aws#managed-storage) | |
17-
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | |
18-
| [GCP](/docs/providers/gcp#future-improvements) | |
13+
| Provider | Managed Postgres |
14+
| --- | --- |
15+
| [Playground](/docs/providers/playground#managed-services) ||
16+
| [AWS](/docs/providers/aws#managed-storage) ||
17+
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) ||
18+
| [GCP](/docs/providers/gcp#future-improvements) ||
1919

2020
## How to use Managed Postgres
2121

docs/providers/aws/aws.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -82,51 +82,51 @@ When using [Managed LLMs](/docs/concepts/managed-llms/managed-language-models.md
8282

8383
Defang will create and manage the following resources in your AWS account from its bootstrap CloudFormation template:
8484

85-
| Resource Type | Example Resource Name |
86-
| --------------------------------------- | ----------------------------------------------------------------------------------------- | -------------------- |
87-
| s3/Bucket | defang-cd-bucket-cbpbzz8hzm7 |
88-
| ecs/ClusterCapacityProviderAssociations | defang-cd-Cluster-pqFhjwuklvm |
89-
| ecs/Cluster | defang-cd-ClusterpJqFhjwuklvm |
90-
| iam/Role | defang-cd-ExeutionRole-XE7RbQDfeEwx |
91-
| ec2/InternetGateway | igw-05bd7adc92541ec3 |
92-
| ec2/VPCGatewayAttachment | IGW | vpc-0cbca64f13435695 |
93-
| logs/LogGroup | defang-cd-Logroup-6LSZet3tFnEy |
94-
| ecr/PullThroughCacheRule | defang-cd-ecrpublic |
95-
| ec2/Route | rtb-08f3f5afc9e6c8c8 | 0.0.0.0/0 |
96-
| ec2/RouteTable | rtb-08f3f5ffc9e6c8c8 |
97-
| ec2/VPCEndpoint | vpce-02175d8d4f47d0c9 |
98-
| ec2/SecurityGroup | sg-032b839c63e70e49 |
99-
| ec2/Subnet | subnet-086bead399ddc8a0 |
100-
| ec2/SubnetRouteTableAssociation | rtbassoc-02e200d45e7227fe |
101-
| ecs/TaskDefinition | arn:aws:ecsus-west-2:381492210770:task-definition/defang-cd-TaskDefinition-RXd5tf9TaN38:1 |
102-
| iam/Role | defang-cd-askRole-gsEeDPd6sPQY |
103-
| ec2/VPC | vpc-0cbca64f13435695 |
85+
| Resource Type | Example Resource Name |
86+
|---------------|------------------------|
87+
| s3/Bucket | defang-cd-bucket-cbpbzz8hzm7 |
88+
| ecs/ClusterCapacityProviderAssociations | defang-cd-Cluster-pqFhjwuklvm |
89+
| ecs/Cluster | defang-cd-ClusterpJqFhjwuklvm |
90+
| iam/Role | defang-cd-ExeutionRole-XE7RbQDfeEwx |
91+
| ec2/InternetGateway | igw-05bd7adc92541ec3 |
92+
| ec2/VPCGatewayAttachment | IGW|vpc-0cbca64f13435695 |
93+
| logs/LogGroup | defang-cd-Logroup-6LSZet3tFnEy |
94+
| ecr/PullThroughCacheRule | defang-cd-ecrpublic |
95+
| ec2/Route | rtb-08f3f5afc9e6c8c8|0.0.0.0/0 |
96+
| ec2/RouteTable | rtb-08f3f5ffc9e6c8c8 |
97+
| ec2/VPCEndpoint | vpce-02175d8d4f47d0c9 |
98+
| ec2/SecurityGroup | sg-032b839c63e70e49 |
99+
| ec2/Subnet | subnet-086bead399ddc8a0 |
100+
| ec2/SubnetRouteTableAssociation | rtbassoc-02e200d45e7227fe |
101+
| ecs/TaskDefinition | arn:aws:ecsus-west-2:381492210770:task-definition/defang-cd-TaskDefinition-RXd5tf9TaN38:1 |
102+
| iam/Role | defang-cd-askRole-gsEeDPd6sPQY |
103+
| ec2/VPC | vpc-0cbca64f13435695 |
104104

105105
Then, for each project you deploy, Defang will create and manage the following resources:
106106

107-
| Resource Type | Example Resource Name |
108-
| ----------------------------- | ---------------------------------------- |
109-
| ecr/Repository | project1/kaniko-build |
110-
| ecr/LifecyclePolicy | project1/kaniko-build |
111-
| acm/Certificate | \*.project1.tenant1.defang.app |
112-
| ecr/Repository | project1/kaniko-build/cache |
113-
| ecr/LifecyclePolicy | project1/kaniko-build/cache |
114-
| iam/InstanceProfile | ecs-agent-profile |
115-
| iam/Role | ecs-task-execution-role |
116-
| cloudwatch/EventRule | project1-ecs-lifecycle-rule |
117-
| cloudwatch/EventTarget | project1-ecs-event-cw-target |
118-
| route53/Record | validation-project1.tenant1.defang.app |
119-
| acm/CertificateValidation | \*.project1.tenant1.defang.appValidation |
120-
| ec2/VpcDhcpOptionsAssociation | dhcp-options-association |
121-
| cloudwatch/LogGroup | builds |
122-
| iam/Role | kaniko-task-role |
123-
| ecs/TaskDefinition | kanikoTaskDefArm64 |
124-
| ecs/TaskDefinition | kanikoTaskDefAmd64 |
125-
| s3/Bucket | defang-build |
126-
| s3/BucketPublicAccessBlock | defang-build-block |
127-
| ecs/Cluster | cluster |
128-
| ecs/ClusterCapacityProviders | cluster-capacity-providers |
129-
| ec2/SecurityGroup | project1_app-sg |
130-
| ec2/SecurityGroup | bootstrap |
131-
| ec2/VpcDhcpOptions | dhcp-options |
132-
| cloudwatch/LogGroup | logs |
107+
| Resource Type | Example Resource Name |
108+
|---------------|------------------------|
109+
| ecr/Repository | project1/kaniko-build |
110+
| ecr/LifecyclePolicy | project1/kaniko-build |
111+
| acm/Certificate | *.project1.tenant1.defang.app |
112+
| ecr/Repository | project1/kaniko-build/cache |
113+
| ecr/LifecyclePolicy | project1/kaniko-build/cache |
114+
| iam/InstanceProfile | ecs-agent-profile |
115+
| iam/Role | ecs-task-execution-role |
116+
| cloudwatch/EventRule | project1-ecs-lifecycle-rule |
117+
| cloudwatch/EventTarget | project1-ecs-event-cw-target |
118+
| route53/Record | validation-project1.tenant1.defang.app |
119+
| acm/CertificateValidation | *.project1.tenant1.defang.appValidation |
120+
| ec2/VpcDhcpOptionsAssociation | dhcp-options-association |
121+
| cloudwatch/LogGroup | builds |
122+
| iam/Role | kaniko-task-role |
123+
| ecs/TaskDefinition | kanikoTaskDefArm64 |
124+
| ecs/TaskDefinition | kanikoTaskDefAmd64 |
125+
| s3/Bucket | defang-build |
126+
| s3/BucketPublicAccessBlock | defang-build-block |
127+
| ecs/Cluster | cluster |
128+
| ecs/ClusterCapacityProviders | cluster-capacity-providers |
129+
| ec2/SecurityGroup | project1_app-sg |
130+
| ec2/SecurityGroup | bootstrap |
131+
| ec2/VpcDhcpOptions | dhcp-options |
132+
| cloudwatch/LogGroup | logs |

0 commit comments

Comments
 (0)