An open API service indexing awesome lists of open source software.

https://github.com/ironcore864/terraform-provider-ironcore


https://github.com/ironcore864/terraform-provider-ironcore

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Terraform Provider Ironcore

Name of the provider: "ironcore".

This is an example of Terraform provider, providing a way to use terraform to manage local files.

## Build

```
go build
```

## Resources: `ironcore_file`

### Argument Reference:

- name: the name of the file

### Sample Usage

```
resource "ironcore_file" "test" {
name = "test.txt"
}
```

## Deploy

```
terraform init
terraform apply
```