An open API service indexing awesome lists of open source software.

https://github.com/workloads/website

Hugo-powered Website
https://github.com/workloads/website

aws hugo

Last synced: 12 months ago
JSON representation

Hugo-powered Website

Awesome Lists containing this project

README

          

# Terraform Cloud Workspace `website`

> This directory manages Website Configuration for [@workloads](https://github.com/workloads).

## Table of Contents

* [Terraform Cloud Workspace `website`](#terraform-cloud-workspace-website)
* [Table of Contents](#table-of-contents)
* [Requirements](#requirements)
* [Usage](#usage)
* [Inputs](#inputs)
* [Outputs](#outputs)
* [Author Information](#author-information)
* [License](#license)

## Requirements

- HashiCorp Terraform `1.5.x` or [newer](https://developer.hashicorp.com/packer/downloads)

Optional, and only needed for documentation generation:

- `terraform-docs` `0.16.0` or [newer](https://terraform-docs.io/user-guide/installation/)

## Usage

This repository uses a standard Terraform workflow (`init`, `plan`, `apply`).

For more information, including detailed usage guidelines, see the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands).

### Inputs

| Name | Description | Type | Required |
|------|-------------|------|:--------:|
| github_token | This is the GitHub Token. | `string` | yes |
| management_region_aws | AWS-specific `Management` Region Identifier. | `string` | yes |
| domain | Website Domain. | `string` | no |
| fontawesome_identifier | Font Awesome Kit Identifier. | `string` | no |
| github_owner | This is the target GitHub Organization. | `string` | no |
| subdomain | Website Subdomain. | `string` | no |
| website | Object of Website Configuration Data. |

object({
theme_color = string
twitter_user = string
})
| no |

### Outputs

| Name | Description |
|------|-------------|
| aws_cli_commands | AWS CLI Command for CloudFront operations. |
| aws_cloudfront_aliases | Exported Attributes for `module.website.aws_cloudfront_distribution.aliases`. |
| aws_cloudfront_domain_name | Exported Attribute for `module.website.aws_cloudfront_distribution.domain_name`. |
| aws_console_urls | AWS Console URLs. |
| aws_s3_bucket | Exported Attribute for `module.website.aws_s3_bucket`. |
| github_repositories_list | Exported List of Repositories of the `github_repositories.main` Data Source. |

## Author Information

This repository is maintained by the contributors listed on [GitHub](https://github.com/workloads/website/graphs/contributors).

## License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.

See the License for the specific language governing permissions and limitations under the License.