https://github.com/ironcore864/terraform-provider-ironcore
https://github.com/ironcore864/terraform-provider-ironcore
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ironcore864/terraform-provider-ironcore
- Owner: IronCore864
- Created: 2020-05-05T10:20:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T10:20:11.000Z (about 6 years ago)
- Last Synced: 2024-04-15T02:01:08.012Z (over 2 years ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```