Skip to content

Commit 7ecec2b

Browse files
committed
build: Remove deprecated Dependabot configurations and update README links for DevOps Agent
1 parent 63a3a43 commit 7ecec2b

7 files changed

Lines changed: 10 additions & 90 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/dependabot.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.header.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Terraform AWS DevOps Agent

.template

Lines changed: 0 additions & 4 deletions
This file was deleted.

.terraform-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#header-from: .header.md
1+
header-from: .header.md
22
settings:
33
anchor: true
44
color: true

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
terraform {
3-
required_version = ">= 1.0.7"
3+
required_version = ">= 1.14.0"
44

55
required_providers {
66
aws = {

0 commit comments

Comments
 (0)