1

Does it use AWS CloudFormation, the AWS CLI, or does it do something else like directly make AWS API calls without going through the CLI?

Greg Thomas
  • 397
  • 3
  • 13

1 Answers1

2

No, it not using the AWS CLI or cloud formation.

AWS terraform use the AWS SDK and here you can see the complete list of dependency for the AWS Terraform provider.

It also uses aws-sdk-go https://github.com/aws/aws-sdk-go

https://github.com/hashicorp/terraform-provider-aws

Adiii
  • 54,482
  • 7
  • 145
  • 148