Terraform using private server

0

I have a terraform setup on a private local server with no internet access , I have an organization AWS account, I want to provision resources on that AWS account and its child account using that terraform server, what should i do? Can AWS Direct connect help with that?

  • Hello @Divyanshu. Can you provide some clarity on the use-case?

    1. Are you using Terraform open source or Terraform Enterprise?
    2. The private local server with Terraform, if this server in your own datacenter/co-location facility, or is this an EC2 instance in AWS and in a private subnet?
1 Answer
0

Tough one as there are many requirements for that.. You would need DNS resolution for starters for all the AWS domains and access to all VPC Endpoints to make APi calls too.

Never tried it myself and if it would work or not.

Any chance you can use terraform cloud?

profile picture
EXPERT
answered a year ago
  • Does terraform cloud helps in this case

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions