File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Terraform AWS DevOps Agent
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # header-from: .header.md
1+ header-from : .header.md
22settings :
33 anchor : true
44 color : true
Original file line number Diff line number Diff line change 11<!-- markdownlint-disable -->
2- <a href="https://www.appvia.io/"><img src="https://github.com/appvia/terraform-aws-module-template/blob/main/docs/banner.jpg?raw=true" alt="Appvia Banner"/></a><br/><p align="right"> <a href="https://registry.terraform.io/modules/appvia/module-template/aws/latest"><img src="https://img.shields.io/static/v1?label=APPVIA&message=Terraform%20Registry&color=191970&style=for-the-badge" alt="Terraform Registry"/></a></a> <a href="https://github.com/appvia/terraform-aws-module-template/releases/latest"><img src="https://img.shields.io/github/release/appvia/terraform-aws-module-template.svg?style=for-the-badge&color=006400" alt="Latest Release"/></a> <a href="https://appvia-community.slack.com/join/shared_invite/zt-1s7i7xy85-T155drryqU56emm09ojMVA#/shared-invite/email"><img src="https://img.shields.io/badge/Slack-Join%20Community-purple?style=for-the-badge&logo=slack" alt="Slack Community"/></a> <a href="https://github.com/appvia/terraform-aws-module-template/graphs/contributors"><img src="https://img.shields.io/github/contributors/appvia/terraform-aws-module-template.svg?style=for-the-badge&color=FF8C00" alt="Contributors"/></a>
2+ <a href="https://www.appvia.io/"><img src="https://github.com/appvia/terraform-aws-devops-agent/blob/main/docs/banner.jpg?raw=true" alt="Appvia Banner"/></a><br/><p align="right"> <a href="https://registry.terraform.io/modules/appvia/terraform-aws-devops-agent/aws"><img src="https://img.shields.io/static/v1?label=APPVIA&message=Terraform%20Registry&color=191970&style=for-the-badge" alt="Terraform Registry"/></a></a> <a href="https://github.com/appvia/devops-agent/aws"><img src="https://img.shields.io/github/release/appvia/terraform-aws-devops-agent.svg?style=for-the-badge&color=006400" alt="Latest Release"/></a> <a href="https://appvia-community.slack.com/join/shared_invite/zt-1s7i7xy85-T155drryqU56emm09ojMVA#/shared-invite/email"><img src="https://img.shields.io/badge/Slack-Join%20Community-purple?style=for-the-badge&logo=slack" alt="Slack Community"/></a> <a href="https://github.com/appvia/terraform-aws-devops-agent/graphs/contributors"><img src="https://img.shields.io/github/contributors/appvia/terraform-aws-devops-agent.svg?style=for-the-badge&color=FF8C00" alt="Contributors"/></a>
33
44<!-- markdownlint-restore -->
55<!--
66 ***** CAUTION: DO NOT EDIT ABOVE THIS LINE ******
77-->
88
9- ![ Github Actions] ( https://github.com/appvia/terraform-aws-module-template /actions/workflows/terraform.yml/badge.svg )
9+ ![ Github Actions] ( https://github.com/appvia/terraform-aws-devops-agent /actions/workflows/terraform.yml/badge.svg )
1010
1111# Terraform AWS DevOps Agent
1212
@@ -238,9 +238,12 @@ The `agentspace_region` variable is validated against the regions where the `aid
238238
239239## Examples
240240
241- See the [ examples] ( ../../ examples/) directory for complete usage examples:
241+ See the [ examples] ( examples/ ) directory for complete usage examples:
242242
243- - [ Initial DevOps Agent Space] ( ../../terraform/agentspaces/initial-devopsagentspace/ ) — baseline single Agent Space deployment
243+ - [ Hosting Account — AgentSpace Deployment] ( examples/hosting-account/ ) — Phase 1: create AgentSpace
244+ - [ Spoke — Basic Cross-Account Role] ( examples/spoke/spoke-workload-basic/ ) — minimal workload account setup
245+ - [ Spoke — ECS/Fargate with Permissions Boundary] ( examples/spoke/spoke-workload-ecs/ )
246+ - [ Spoke — EKS with Permissions Boundary] ( examples/spoke/spoke-workload-eks/ )
244247
245248## Requirements
246249
Original file line number Diff line number Diff line change 11
22terraform {
3- required_version = " >= 1.0.7 "
3+ required_version = " >= 1.14.0 "
44
55 required_providers {
66 aws = {
You can’t perform that action at this time.
0 commit comments