-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: compat with 0.10.0 * feat: complete compat to alz provider v0.10 * chore: pre-release * chore: lint * docs: make docs
- Loading branch information
1 parent
9365d9b
commit 8080921
Showing
18 changed files
with
201 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
# Default | ||
|
||
TBC | ||
|
||
```hcl | ||
terraform { | ||
required_version = ">= 1.0.0" | ||
required_providers {} | ||
} | ||
``` | ||
|
||
<!-- markdownlint-disable MD033 --> | ||
## Requirements | ||
|
||
The following requirements are needed by this module: | ||
|
||
- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (>= 1.0.0) | ||
|
||
## Providers | ||
|
||
No providers. | ||
|
||
## Resources | ||
|
||
No resources. | ||
|
||
<!-- markdownlint-disable MD013 --> | ||
## Required Inputs | ||
|
||
No required inputs. | ||
|
||
## Optional Inputs | ||
|
||
No optional inputs. | ||
|
||
## Outputs | ||
|
||
No outputs. | ||
|
||
## Modules | ||
|
||
No modules. | ||
|
||
<!-- END_TF_DOCS --> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Default | ||
|
||
TBC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
terraform { | ||
required_version = ">= 1.0.0" | ||
required_providers {} | ||
} |
Oops, something went wrong.