目录
目录README.md

TerraformKit

TerraformKit is a wrapper around terraform which provides an interface to the Swift programming language.

macOS Linux

Usage

TerraformKit is distributed as a SwiftPM Package. You add it via “Add package dependency” in Xcode or add the following code to the Package.swift file:

dependencies: [
    .package(url: "https://github.com/fourplusone/TerraformKit", .upToNextMinor(from: "0.1.0")),
],
targets: [
    .target(
        /* ... */ dependencies: [ "TerraformKit" ]),

API Compatibility

The API of TerraformKit has not been stabilized yet. Therefore, minor versions may have breaking API changes

Notice

This project is not affiliated with Hashicorp.

License

MIT License

邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号