Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 3, 2023
1 parent 20c9d0a commit 00a5e20
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 0 deletions.
9 changes: 9 additions & 0 deletions a/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ provider "aws" {
}
```

file: variables.username.tf
```hcl
variable "os_username" {
description = "OS username from environment variable, ideally as $USER"
type = string
default = null
}
```

file: dns.tf
```hcl
module "db_cname" {
Expand Down
9 changes: 9 additions & 0 deletions a/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
* }
* }
* ```
*
* file: variables.username.tf
* ```hcl
* variable "os_username" {
* description = "OS username from environment variable, ideally as $USER"
* type = string
* default = null
* }
* ```
*
* file: dns.tf
* ```hcl
Expand Down
9 changes: 9 additions & 0 deletions aaaa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ provider "aws" {
}
```

file: variables.username.tf
```hcl
variable "os_username" {
description = "OS username from environment variable, ideally as $USER"
type = string
default = null
}
```

file: dns.tf
```hcl
module "db_cname" {
Expand Down
9 changes: 9 additions & 0 deletions aaaa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@
* }
* }
* ```
*
* file: variables.username.tf
* ```hcl
* variable "os_username" {
* description = "OS username from environment variable, ideally as $USER"
* type = string
* default = null
* }
* ```
*
* file: dns.tf
* ```hcl
Expand Down
9 changes: 9 additions & 0 deletions cname/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ provider "aws" {
}
```

file: variables.username.tf
```hcl
variable "os_username" {
description = "OS username from environment variable, ideally as $USER"
type = string
default = null
}
```

file: dns.tf
```hcl
module "db_cname" {
Expand Down
9 changes: 9 additions & 0 deletions cname/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
* }
* }
* ```
*
* file: variables.username.tf
* ```hcl
* variable "os_username" {
* description = "OS username from environment variable, ideally as $USER"
* type = string
* default = null
* }
* ```
*
* file: dns.tf
* ```hcl
Expand Down
9 changes: 9 additions & 0 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ provider "aws" {
}
```

file: variables.username.tf
```hcl
variable "os_username" {
description = "OS username from environment variable, ideally as $USER"
type = string
default = null
}
```

file: dns.tf
```hcl
module "db_cname" {
Expand Down
9 changes: 9 additions & 0 deletions host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@
* }
* }
* ```
*
* file: variables.username.tf
* ```hcl
* variable "os_username" {
* description = "OS username from environment variable, ideally as $USER"
* type = string
* default = null
* }
* ```
*
* file: dns.tf
* ```hcl
Expand Down
9 changes: 9 additions & 0 deletions ptr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ provider "aws" {
}
```

file: variables.username.tf
```hcl
variable "os_username" {
description = "OS username from environment variable, ideally as $USER"
type = string
default = null
}
```

file: dns.tf
```hcl
module "db_cname" {
Expand Down
9 changes: 9 additions & 0 deletions ptr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
* }
* }
* ```
*
* file: variables.username.tf
* ```hcl
* variable "os_username" {
* description = "OS username from environment variable, ideally as $USER"
* type = string
* default = null
* }
* ```
*
* file: dns.tf
* ```hcl
Expand Down

0 comments on commit 00a5e20

Please sign in to comment.