Skip to content

Commit 883ec89

Browse files
authored
docs: Added a note for TFC/TFE customers (#193)
1 parent b2a3657 commit 883ec89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,10 @@ There is [alias module](https://github.com/terraform-aws-modules/terraform-aws-l
533533

534534
There is [deploy module](https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/modules/deploy), which creates required resources to do deployments using AWS CodeDeploy. It also creates the deployment, and wait for completion. See [examples/deploy](https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/examples/deploy) for complete end-to-end build/update/deploy process.
535535

536+
## <a name="terraform-cloud"></a> Terraform CI/CD
537+
538+
Terraform Cloud, Terraform Enterprise, and many other SaaS for running Terraform do not have Python pre-installed on the workers. You will need to provide an [alternative Docker image](https://www.terraform.io/docs/enterprise/install/installer.html#alternative-terraform-worker-image) with Python installed to be able to use this module there.
539+
536540
## FAQ
537541

538542
Q1: Why deployment package not recreating every time I change something? Or why deployment package is being recreated every time but content has not been changed?

0 commit comments

Comments
 (0)