We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a7a80 commit fc1111fCopy full SHA for fc1111f
1 file changed
docs/content/docs/integrations/agentcore/full-stack-example.mdx
@@ -70,6 +70,11 @@ Edit `config.yaml` and set `stack_name_base` (a short prefix for your AWS resour
70
The script deploys the full CDK stack and prints an Amplify URL when done. Sign in with your
71
`admin_user_email`.
72
73
+<Callout type="info" title="Prefer Terraform?">
74
+ A Terraform equivalent is available in `infra-terraform/`. See `infra-terraform/README.md` for
75
+ setup and deploy steps.
76
+</Callout>
77
+
78
<Callout type="info" title="Infra only">
79
Pass `--skip-frontend` to deploy or update the agent and infrastructure without rebuilding
80
the frontend:
0 commit comments