diff --git a/.github/workflows/opentofu.yml b/.github/workflows/opentofu.yml
index 80a5bfa..91f72ff 100644
--- a/.github/workflows/opentofu.yml
+++ b/.github/workflows/opentofu.yml
@@ -1,4 +1,4 @@
-name: OpenTofu
+name: opentofu
on:
pull_request:
diff --git a/README.md b/README.md
index ebb1218..a86833d 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
## Requirements
| Name | Version |
-|------|---------|
+| ---- | ------- |
| [terraform](#requirement\_terraform) | > 1.3 |
| [aws](#requirement\_aws) | ~> 6.0 |
## Providers
| Name | Version |
-|------|---------|
+| ---- | ------- |
| [aws](#provider\_aws) | ~> 6.0 |
| [sops](#provider\_sops) | n/a |
@@ -20,7 +20,7 @@ No modules.
## Resources
| Name | Type |
-|------|------|
+| ---- | ---- |
| [aws_iam_access_key.admin_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_access_key) | resource |
| [aws_iam_user.admin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user) | resource |
| [aws_iam_user_policy_attachment.admin_attach](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |
@@ -41,7 +41,7 @@ No inputs.
## Outputs
| Name | Description |
-|------|-------------|
+| ---- | ----------- |
| [admin\_access\_keys](#output\_admin\_access\_keys) | Admin IAM user access keys |
| [web\_bucket\_endpoints](#output\_web\_bucket\_endpoints) | Website endpoints for public web S3 buckets |