{"id":14957769,"url":"https://github.com/onlydole/a-tale-of-two-clouds","last_synced_at":"2025-07-14T19:44:22.306Z","repository":{"id":69607336,"uuid":"293936371","full_name":"onlydole/a-tale-of-two-clouds","owner":"onlydole","description":"An infrastructure as code example of spinning up resources in multiple clouds.","archived":false,"fork":false,"pushed_at":"2020-09-22T17:29:33.000Z","size":28,"stargazers_count":11,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-02T07:48:40.497Z","etag":null,"topics":["aks","aws","azure","clouds","eks","hashicorp","hashicorp-terraform","hcl","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onlydole.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-08T21:57:05.000Z","updated_at":"2025-03-14T17:04:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8dadce4-4acf-489a-8517-6d3f7e7f2be5","html_url":"https://github.com/onlydole/a-tale-of-two-clouds","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"89d7138c4c5ec70801597b4464cf971bda49f527"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onlydole/a-tale-of-two-clouds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlydole%2Fa-tale-of-two-clouds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlydole%2Fa-tale-of-two-clouds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlydole%2Fa-tale-of-two-clouds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlydole%2Fa-tale-of-two-clouds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onlydole","download_url":"https://codeload.github.com/onlydole/a-tale-of-two-clouds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlydole%2Fa-tale-of-two-clouds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265336610,"owners_count":23749193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aks","aws","azure","clouds","eks","hashicorp","hashicorp-terraform","hcl","terraform"],"created_at":"2024-09-24T13:15:33.290Z","updated_at":"2025-07-14T19:44:22.283Z","avatar_url":"https://github.com/onlydole.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Tale Of Two Clouds\n\n\u003e Reading material and code examples\n\nA webinar with A Cloud Guru that showcases how to use Terraform to manage two separate clouds, side by side.\n\n_Note:_ You will need to ensure `wget` is installed locally for the EKS module to validate your EKS cluster's endpoint.\n\n## Table of Contents\n\n- [A Tale Of Two Clouds](#code-all-the-things-terraform-x-aws)\n  - [Table of Contents](#table-of-contents)\n  - [Prerequisites](#prerequisites)\n  - [Reading material](#reading-material)\n    - [HashiCorp Configuration Language](#hashicorp-configuration-language)\n  - [First Steps](#first-steps)\n  - [Next Steps](#next-steps)\n    - [Code Quality](#code-quality)\n    - [Modules](#modules)\n  - [Author Information](#author-information)\n  - [License](#license)\n\n## Prerequisites\n\nAs part of this workshop, you will be using [HashiCorp Terraform](https://www.terraform.io) and [Amazon Web Services](https://aws.amazon.com).\n\nFor instructions on how to install Terraform. please see our [Learn Guide](https://learn.hashicorp.com/terraform/getting-started/install.html).\n\nOn that page, you will find instructions for macOS (using `brew`), Windows (using `choco`) as well as a manual installation path.\n\n## Reading material\n\nThis section is a collection of links that will help you make the most of today's session.\n\n### HashiCorp Configuration Language\n\n- repository: [hashicorp/hcl](https://github.com/hashicorp/hcl/tree/hcl2)\n- intermediate HCL: [Configuration Languages in HCL2](https://www.hashicorp.com/resources/intermediate-hcl-configuration-languages-in-hcl2/)\n\n## First Steps\n\n- CLI commands [terraform.io/docs/commands/index.html](https://www.terraform.io/docs/commands/index.html)\n- variables and type constraints: [terraform.io/docs/configuration/variables.html](https://www.terraform.io/docs/configuration/variables.html#type-constraints)\n- variable definition files: [terraform.io/docs/configuration/variables.html](https://www.terraform.io/docs/configuration/variables.html#variable-definitions-tfvars-files)\n- information about Terraform State: [terraform.io/docs/state/index.html](https://www.terraform.io/docs/state/index.html)\n\n## Next Steps\n\n- Learn Guide: Build infrastructure [learn.hashicorp.com/terraform/getting-started/build](https://learn.hashicorp.com/terraform/getting-started/build)\n- Build your own AMIs with Packer: [packer.io/docs/builders/amazon/](https://www.packer.io/docs/builders/amazon/)\n\n### Code Quality\n\nBefore `plan` and `apply`, always clean up your code:\n\n- use [terraform fmt](https://www.terraform.io/docs/commands/fmt.html) to rewrite Terraform configuration files to a canonical format and style.\n- use [terraform validate](https://www.terraform.io/docs/commands/validate.html) to validate the configuration syntax and internal consistency\n- use [pre-commit](https://pre-commit.com) to run more checks\n  - community member [@antonbabenko](https://github.com/antonbabenko/) built and maintains [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform)\n\n### Modules\n\n- use modules as building blocks\n- module documentation: [terraform.io/docs/configuration/modules.html](https://www.terraform.io/docs/configuration/modules.html)\n- module registry: [registry.terraform.io](https://registry.terraform.io)\n- Learn Guide: Modules on [learn.hashicorp.com/terraform/modules/modules-overview](https://learn.hashicorp.com/terraform/modules/modules-overview)\n\n## Author Information\n\nThis repository is maintained by [Taylor Dolezal](https://github.com/onlydole) .\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nUnless 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.\n\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlydole%2Fa-tale-of-two-clouds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonlydole%2Fa-tale-of-two-clouds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlydole%2Fa-tale-of-two-clouds/lists"}