diff --git a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/requirements.mdx b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/requirements.mdx index 0571cfd92..3b8a3b7fa 100644 --- a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/requirements.mdx +++ b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/requirements.mdx @@ -69,3 +69,5 @@ Additionally, the agent must also be able to communicate with any services requi | releases.hashicorp.com | tcp/443, HTTPS | Outbound | Updating agent components and downloading Terraform binaries | | archivist.terraform.io | tcp/443, HTTPS | Outbound | Blob Storage | | agents.terraform.io | tcp/7146, TCP | Outbound | Agent RPC interface (currently used for request forwarding only) | + +Additionally, outbound traffic to *.github.com should be allowed if any 3rd-party providers are used. These can be pulled in implicitly by resource definitions, or explicitly by provider configurations added to the HCL code. \ No newline at end of file