mirror of
https://github.com/outbackdingo/terraform-provider-ct.git
synced 2026-01-27 10:20:38 +00:00
Update version in README
This commit is contained in:
15
README.md
15
README.md
@@ -1,6 +1,6 @@
|
||||
# terraform-provider-ct [](https://github.com/poseidon/terraform-provider-ct/actions?query=workflow%3Atest+branch%3Amaster)
|
||||
|
||||
`terraform-provider-ct` allows Terraform to validate a [Container Linux Config](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/configuration.md) or a [Butane config](https://coreos.github.io/butane/specs/) and transpile it as an [Ignition config](https://coreos.github.io/ignition/) for machine consumption.
|
||||
`terraform-provider-ct` allows Terraform to validate a [Butane config](https://coreos.github.io/butane/specs/) or [Container Linux Config](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/configuration.md) and transpile to an [Ignition config](https://coreos.github.io/ignition/) for machine consumption.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -13,17 +13,20 @@ terraform {
|
||||
required_providers {
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Define a Container Linux Config (CLC) or Butane config (for Fedora CoreOS):
|
||||
|
||||
Define a Butane config (for Fedora CoreOS) or Container Linux Config (for Flatcar Linux):
|
||||
|
||||
```yaml
|
||||
# Container Linux Config
|
||||
# Butane config
|
||||
---
|
||||
variant: fcos
|
||||
version: 1.4.0
|
||||
passwd:
|
||||
users:
|
||||
- name: core
|
||||
@@ -32,10 +35,8 @@ passwd:
|
||||
```
|
||||
|
||||
```yaml
|
||||
# Butane config
|
||||
# Container Linux Config
|
||||
---
|
||||
variant: fcos
|
||||
version: 1.4.0
|
||||
passwd:
|
||||
users:
|
||||
- name: core
|
||||
|
||||
Reference in New Issue
Block a user