Commit 15f44f3
committed
refactor: rename StrandsAgent to FASTAgent in CDK and Terraform
Rename the default agent name from StrandsAgent to FASTAgent since the
template is framework-agnostic and supports multiple patterns.
Updated in:
- infra-cdk/lib/backend-stack.ts (CfnParameter default)
- infra-terraform/modules/backend/locals.tf
- infra-terraform/README.md
Note: the CDK change is slightly out of scope for this Terraform-focused
PR but included here to keep the two infra tools in sync.1 parent 06cc0d0 commit 15f44f3
File tree
3 files changed
+4
-4
lines changed- infra-cdk/lib
- infra-terraform
- modules/backend
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments