bingtsingw / terraform-provider-aliyun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-provider-aliyun

how to debug

vim ~/.terraformrc
provider_installation {
  dev_overrides {
    "bingtsingw/aliyun" = "/path/to/project/terraform-provider-aliyun/bin"
  }

  direct {}
}

About

License:MIT License


Languages

Language:Go 99.7%Language:Makefile 0.3%