File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+ ## Requirements
3+
4+ | Name | Version |
5+ | ------| ---------|
6+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | > 1.3 |
7+
8+ ## Providers
9+
10+ | Name | Version |
11+ | ------| ---------|
12+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
13+ | <a name =" provider_sops " ></a > [ sops] ( #provider\_ sops ) | n/a |
14+
15+ ## Modules
16+
17+ No modules.
18+
19+ ## Resources
20+
21+ | Name | Type |
22+ | ------| ------|
23+ | [ aws_iam_access_key.admin_key] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_access_key ) | resource |
24+ | [ aws_iam_user.admin] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user ) | resource |
25+ | [ aws_iam_user_policy_attachment.admin_attach] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment ) | resource |
26+ | [ aws_s3_bucket.private] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
27+ | [ aws_s3_bucket.public] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
28+ | [ aws_s3_bucket.web] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
29+ | [ aws_s3_bucket_policy.public] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy ) | resource |
30+ | [ aws_s3_bucket_policy.web] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy ) | resource |
31+ | [ aws_s3_bucket_public_access_block.public] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) | resource |
32+ | [ aws_s3_bucket_public_access_block.web] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) | resource |
33+ | [ aws_s3_bucket_website_configuration.web] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration ) | resource |
34+ | [ sops_file.secret_vars] ( https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file ) | data source |
35+
36+ ## Inputs
37+
38+ No inputs.
39+
40+ ## Outputs
41+
42+ | Name | Description |
43+ | ------| -------------|
44+ | <a name =" output_admin_access_keys " ></a > [ admin\_ access\_ keys] ( #output\_ admin\_ access\_ keys ) | Admin IAM user access keys |
45+ | <a name =" output_web_bucket_endpoints " ></a > [ web\_ bucket\_ endpoints] ( #output\_ web\_ bucket\_ endpoints ) | Website endpoints for public web S3 buckets |
46+ <!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments