Skip to content

Commit

Permalink
🧹 update readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Nov 12, 2023
1 parent af1daf3 commit 8658fab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.

Parameters

Licensor: Mondoo, Inc. (“Mondoo”)
Licensed Work(s): terraform-provider-mondoo. The Licensed Work is (c) 2023 Mondoo, Inc.
Licensor: Mondoo, Inc. (“Mondoo”)
Licensed Work(s): terraform-provider-mondoo. The Licensed Work is (c) 2023 Mondoo, Inc.
Additional Use Grant: You may use, distribute or host the Licensed Work in your own or your direct customers’ production environment, provided that such use, distribution or hosting does not include offering the Licensed Work to third parties as part of or in connection with an offering that is competitive with any of Mondoo’s products.
Change Date: Four years from the date the Licensed Work is published
Change License: MPL 2.0
Change Date: Four years from the date the Licensed Work is published
Change License: MPL 2.0

For information about alternative licensing arrangements for the Licensed Work, please contact [email protected].

Expand Down
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Terraform Provider Mondoo

_This template repository is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework). The template repository built on the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) can be found at [terraform-provider-scaffolding](https://github.com/hashicorp/terraform-provider-scaffolding). See [Which SDK Should I Use?](https://developer.hashicorp.com/terraform/plugin/framework-benefits) in the Terraform documentation for additional information._
> Status: It is currently in beta. Please report any issues you encounter.
This repository is a *template* for a [Terraform](https://www.terraform.io) provider. It is intended as a starting point for creating Terraform providers, containing:

- A resource and a data source (`internal/provider/`),
- Examples (`examples/`) and generated documentation (`docs/`),
- Miscellaneous meta files.

These files contain boilerplate code that you will need to edit to create your own Terraform provider. Tutorials for creating Terraform providers can be found on the [HashiCorp Developer](https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework) platform. _Terraform Plugin Framework specific guides are titled accordingly._

Please see the [GitHub template repository documentation](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) for how to create a new repository from this template on GitHub.

Once you've written your provider, you'll want to [publish it on the Terraform Registry](https://developer.hashicorp.com/terraform/registry/providers/publishing) so that others can use it.
The Mondoo Provider allows [Terraform](https://terraform.io/) to manage [Mondoo](https://mondoo.com) resources.

## Requirements

Expand Down Expand Up @@ -71,3 +61,9 @@ In order to run the full suite of Acceptance tests, run `make testacc`.
```shell
make testacc
```

This provider is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework). The template repository built on the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) can be found at [terraform-provider-scaffolding](https://github.com/hashicorp/terraform-provider-scaffolding). The directory structure contains the following directories:

- A resource and a data source (`internal/provider/`),
- Examples (`examples/`) and generated documentation (`docs/`),
- Miscellaneous meta files.

0 comments on commit 8658fab

Please sign in to comment.