Top "Terraform-modules" questions

Terraform - refactoring modules: Error: Provider configuration not present

I'm refactoring some Terraform modules and am getting: Error: Provider configuration not present To work with module.my_module.some_…

terraform terraform-modules
Module directory does not exist or cannot be read in Terraform

I am trying to use Modules for dependencies in my Terraform code. But even after mentioning that particular source path …

terraform-provider-azure terraform-modules
Terraform module - output variable as input for another module

I am new to terraform and trying to build an infrastructure with two subnets and VPC. I have created two …

amazon-web-services terraform amazon-vpc terraform-modules
Terraform output variables to be used as input variables

I want to use output variables of one resource/module as an input to another resource/modules. Is that possible? …

terraform-provider-azure terraform-modules