Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Apr 12, 2023
1 parent 41bbc58 commit 937a92e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion avd_docs/azure/storage/AVD-AZU-0011/Terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Use a more recent TLS/SSL policy for the load balancer
name = "storageaccountname"
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
min_tls_version = "TLS1_2"
}
```
Expand Down
2 changes: 2 additions & 0 deletions avd_docs/dockerfile/general/AVD-DS-0027/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Cached package data should be cleaned after installation to reduce image size.

### Links
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/


2 changes: 1 addition & 1 deletion avd_docs/google/compute/AVD-GCP-0043/Terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Disable IP forwarding

```hcl
resource "google_compute_instance" "bad_example" {
resource "google_compute_instance" "good_example" {
name = "test"
machine_type = "e2-medium"
zone = "us-central1-a"
Expand Down
2 changes: 1 addition & 1 deletion avd_docs/google/compute/AVD-GCP-0045/Terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Enable Shielded VM Integrity Monitoring

```hcl
resource "google_compute_instance" "bad_example" {
resource "google_compute_instance" "good_example" {
name = "test"
machine_type = "e2-medium"
zone = "us-central1-a"
Expand Down

0 comments on commit 937a92e

Please sign in to comment.