From 80e6ed2efbf1f3e42fad777e7ffa5d5476b2ce21 Mon Sep 17 00:00:00 2001 From: KF Date: Thu, 30 May 2024 17:09:46 +0800 Subject: [PATCH] UPD: Updated readme --- NetworkContentDelivery/Exercise3/README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/NetworkContentDelivery/Exercise3/README.md b/NetworkContentDelivery/Exercise3/README.md index ae79607..b9043bc 100644 --- a/NetworkContentDelivery/Exercise3/README.md +++ b/NetworkContentDelivery/Exercise3/README.md @@ -10,29 +10,37 @@ | Name | Version | |------|---------| -| random | 3.6.2 | +| aws | 5.51.1 | ## Modules | Name | Source | Version | |------|--------|---------| -| iam | terraform-aws-modules/iam/aws//modules/iam-group-with-policies | 5.39.1 | +| Vpc | terraform-aws-modules/vpc/aws | 5.8.1 | +| VpcEndpoints | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | 5.8.1 | ## Resources | Name | Type | |------|------| -| [random_pet.this](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource | +| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source | +| [aws_iam_policy_document.dynamodb_endpoint_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source | +| [aws_iam_policy_document.s3_endpoint_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source | ## Inputs -No inputs. +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| PrivateSubnets | List of private subnets | `list(string)` | n/a | yes | +| VpcCidr | VPC CIDR | `string` | n/a | yes | +| VpcName | Name of VPC | `string` | n/a | yes | ## Outputs | Name | Description | |------|-------------| -| GroupName | Name of IAM group | +| VpcCidr | n/a | +| VpcId | n/a | | last-updated | n/a | ---