모듈 저장소module "consul" { source = "hashicorp/consul/aws" version = "0.1.0"}Q. where is this particular module stored?-> public Terraform registry"hashicorp/consul/aws" => 해당 모듈이 public terraform registry에 저장되어 있음을 나타냄Modules on the public Terraform Registry can be referenced using a registry source address of the form //, with each module's information page on the registry site including the e..