File tree Expand file tree Collapse file tree 16 files changed +222
-18
lines changed
Expand file tree Collapse file tree 16 files changed +222
-18
lines changed Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+
3+
4+ ## Providers
5+
6+ | Name | Version |
7+ | ------| ---------|
8+ | <a name =" provider_pwpush " ></a > [ pwpush] ( #provider\_ pwpush ) | n/a |
9+
10+ ## Resources
11+
12+ | Name | Type |
13+ | ------| ------|
14+ | [ pwpush_push.example] ( https://registry.terraform.io/providers/grulicht/pwpush/latest/docs/resources/push ) | resource |
15+
16+ ## Inputs
17+
18+ | Name | Description | Type | Default | Required |
19+ | ------| -------------| ------| ---------| :--------:|
20+ | <a name =" input_qr_note " ></a > [ qr\_ note] ( #input\_ qr\_ note ) | Optional note for the QR push | ` string ` | ` "QR-based push example" ` | no |
21+ | <a name =" input_qr_payload " ></a > [ qr\_ payload] ( #input\_ qr\_ payload ) | The content to be encoded in the QR push | ` string ` | n/a | yes |
22+
23+ ## Outputs
24+
25+ | Name | Description |
26+ | ------| -------------|
27+ | <a name =" output_push_url " ></a > [ push\_ url] ( #output\_ push\_ url ) | n/a |
28+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 pwpush = {
4- source = " grulicht/pwpush"
4+ source = " grulicht/pwpush"
55 }
66 }
77}
88
99provider "pwpush" {
10- endpoint = " http://localhost:5100"
10+ endpoint = " http://localhost:5100"
1111 # email = "your-e-mail@some-domain.com"
1212 # token = "your-token"
1313 # skip_ssl_verify = "true"
Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+
3+
4+ ## Providers
5+
6+ | Name | Version |
7+ | ------| ---------|
8+ | <a name =" provider_pwpush " ></a > [ pwpush] ( #provider\_ pwpush ) | n/a |
9+
10+ ## Resources
11+
12+ | Name | Type |
13+ | ------| ------|
14+ | [ pwpush_push.example] ( https://registry.terraform.io/providers/grulicht/pwpush/latest/docs/resources/push ) | resource |
15+
16+ ## Inputs
17+
18+ | Name | Description | Type | Default | Required |
19+ | ------| -------------| ------| ---------| :--------:|
20+ | <a name =" input_expire_after_days " ></a > [ expire\_ after\_ days] ( #input\_ expire\_ after\_ days ) | Number of days after which the push expires | ` number ` | ` 2 ` | no |
21+ | <a name =" input_expire_after_views " ></a > [ expire\_ after\_ views] ( #input\_ expire\_ after\_ views ) | Number of views after which the push expires | ` number ` | ` 3 ` | no |
22+ | <a name =" input_note " ></a > [ note] ( #input\_ note ) | Optional note associated with the push | ` string ` | ` "" ` | no |
23+ | <a name =" input_payload " ></a > [ payload] ( #input\_ payload ) | The secret payload to be pushed | ` string ` | n/a | yes |
24+
25+ ## Outputs
26+
27+ | Name | Description |
28+ | ------| -------------|
29+ | <a name =" output_push_url " ></a > [ push\_ url] ( #output\_ push\_ url ) | n/a |
30+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 pwpush = {
4- source = " grulicht/pwpush"
4+ source = " grulicht/pwpush"
55 }
66 }
77}
88
99provider "pwpush" {
10- endpoint = " http://localhost:5100"
10+ endpoint = " http://localhost:5100"
1111 # email = "your-e-mail@some-domain.com"
1212 # token = "your-token"
1313 # skip_ssl_verify = "true"
Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+
3+
4+ ## Providers
5+
6+ | Name | Version |
7+ | ------| ---------|
8+ | <a name =" provider_pwpush " ></a > [ pwpush] ( #provider\_ pwpush ) | n/a |
9+
10+ ## Resources
11+
12+ | Name | Type |
13+ | ------| ------|
14+ | [ pwpush_push.example] ( https://registry.terraform.io/providers/grulicht/pwpush/latest/docs/resources/push ) | resource |
15+
16+ ## Inputs
17+
18+ | Name | Description | Type | Default | Required |
19+ | ------| -------------| ------| ---------| :--------:|
20+ | <a name =" input_url_note " ></a > [ url\_ note] ( #input\_ url\_ note ) | Optional note for the URL push | ` string ` | ` "URL-based push example" ` | no |
21+ | <a name =" input_url_payload " ></a > [ url\_ payload] ( #input\_ url\_ payload ) | The URL to be pushed | ` string ` | n/a | yes |
22+
23+ ## Outputs
24+
25+ | Name | Description |
26+ | ------| -------------|
27+ | <a name =" output_push_url " ></a > [ push\_ url] ( #output\_ push\_ url ) | n/a |
28+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 pwpush = {
4- source = " grulicht/pwpush"
4+ source = " grulicht/pwpush"
55 }
66 }
77}
88
99provider "pwpush" {
10- endpoint = " http://localhost:5100"
10+ endpoint = " http://localhost:5100"
1111 # email = "your-e-mail@some-domain.com"
1212 # token = "your-token"
1313 # skip_ssl_verify = "true"
Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+
3+
4+ ## Providers
5+
6+ | Name | Version |
7+ | ------| ---------|
8+ | <a name =" provider_pwpush " ></a > [ pwpush] ( #provider\_ pwpush ) | n/a |
9+
10+ ## Resources
11+
12+ | Name | Type |
13+ | ------| ------|
14+ | [ pwpush_push.example] ( https://registry.terraform.io/providers/grulicht/pwpush/latest/docs/resources/push ) | resource |
15+
16+ ## Inputs
17+
18+ | Name | Description | Type | Default | Required |
19+ | ------| -------------| ------| ---------| :--------:|
20+ | <a name =" input_file_expire_after_days " ></a > [ file\_ expire\_ after\_ days] ( #input\_ file\_ expire\_ after\_ days ) | Days until expiration | ` number ` | ` 3 ` | no |
21+ | <a name =" input_file_expire_after_views " ></a > [ file\_ expire\_ after\_ views] ( #input\_ file\_ expire\_ after\_ views ) | Views until expiration | ` number ` | ` 2 ` | no |
22+ | <a name =" input_file_note " ></a > [ file\_ note] ( #input\_ file\_ note ) | Optional note for the file push | ` string ` | ` "File-based push example" ` | no |
23+ | <a name =" input_file_passphrase " ></a > [ file\_ passphrase] ( #input\_ file\_ passphrase ) | Optional passphrase required to retrieve the push | ` string ` | ` "" ` | no |
24+ | <a name =" input_file_paths " ></a > [ file\_ paths] ( #input\_ file\_ paths ) | List of file paths to attach | ` list(string) ` | n/a | yes |
25+ | <a name =" input_file_payload " ></a > [ file\_ payload] ( #input\_ file\_ payload ) | The payload string for the file-based push | ` string ` | n/a | yes |
26+
27+ ## Outputs
28+
29+ | Name | Description |
30+ | ------| -------------|
31+ | <a name =" output_push_url " ></a > [ push\_ url] ( #output\_ push\_ url ) | n/a |
32+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 pwpush = {
4- source = " grulicht/pwpush"
4+ source = " grulicht/pwpush"
55 }
66 }
77}
Original file line number Diff line number Diff line change 1+ <!-- BEGIN_TF_DOCS -->
2+
3+
4+ ## Providers
5+
6+ | Name | Version |
7+ | ------| ---------|
8+ | <a name =" provider_pwpush " ></a > [ pwpush] ( #provider\_ pwpush ) | n/a |
9+
10+ ## Resources
11+
12+ | Name | Type |
13+ | ------| ------|
14+ | [ pwpush_push.example] ( https://registry.terraform.io/providers/grulicht/pwpush/latest/docs/resources/push ) | resource |
15+
16+ ## Inputs
17+
18+ | Name | Description | Type | Default | Required |
19+ | ------| -------------| ------| ---------| :--------:|
20+ | <a name =" input_qr_note " ></a > [ qr\_ note] ( #input\_ qr\_ note ) | Optional note for the QR push | ` string ` | ` "QR-based push example" ` | no |
21+ | <a name =" input_qr_payload " ></a > [ qr\_ payload] ( #input\_ qr\_ payload ) | The content to be encoded in the QR push | ` string ` | n/a | yes |
22+
23+ ## Outputs
24+
25+ | Name | Description |
26+ | ------| -------------|
27+ | <a name =" output_push_url " ></a > [ push\_ url] ( #output\_ push\_ url ) | n/a |
28+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 pwpush = {
4- source = " grulicht/pwpush"
4+ source = " grulicht/pwpush"
55 }
66 }
77}
You can’t perform that action at this time.
0 commit comments