Skip to content

Commit

Permalink
replace screenshot with bash in outages page
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyg210 committed Nov 14, 2023
1 parent 8619adb commit 4e0de12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,21 @@ $ tflocal plan
$ tflocal apply
```

{{< figure src="outages-1.png" >}}
```bash
Apply complete! Resources: 57 added, 0 changed, 0 destroyed.

Outputs:

api_id = "3eed6d1d"
api_invoke_url = "https://3eed6d1d.execute-api.us-east-1.amazonaws.com"
api_invoke_url_foodstore_foods = "https://3eed6d1d.execute-api.us-east-1.amazonaws.com/foodstore/foods/{foodId}"
api_invoke_url_petstore_pets = "https://3eed6d1d.execute-api.us-east-1.amazonaws.com/petstore/domestic/pets/{petId}"
api_test_page = <sensitive>
container_security_group = "sg-db749514a062de41c"
ecs_cluster_name = "arn:aws:ecs:us-east-1:000000000000:cluster/ecs-cluster"
private_dns_namespace = "60bfac90"
vpc_id = "vpc-f9d6b124"
```

Now let's apply some new changes to some of the resources, by increasing the number of tasks from the specified `task_definition`
that we want the ECS service to run and maintain, from 3 to 5. Let's say we also want to upgrade the `openapi` specification version that
Expand Down
Binary file not shown.

0 comments on commit 4e0de12

Please sign in to comment.