Skip to content

Commit

Permalink
Merge pull request #279 from mkyc/mkyc/fix-docs
Browse files Browse the repository at this point in the history
fix documentation of nexus_repository_docker_group
  • Loading branch information
anmoel committed Jun 15, 2022
2 parents 8b39896 + 0adc4b2 commit 2421b69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/resources/repository_docker_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "nexus_repository_docker_proxy" "dockerhub" {
}
docker_proxy {
index_hub = "HUB"
index_type = "HUB"
}
storage {
Expand All @@ -47,8 +47,8 @@ resource "nexus_repository_docker_proxy" "dockerhub" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
6 changes: 3 additions & 3 deletions examples/resources/nexus_repository_docker_group/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "nexus_repository_docker_proxy" "dockerhub" {
}

docker_proxy {
index_hub = "HUB"
index_type = "HUB"
}

storage {
Expand All @@ -37,8 +37,8 @@ resource "nexus_repository_docker_proxy" "dockerhub" {
}

negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}

http_client {
Expand Down

0 comments on commit 2421b69

Please sign in to comment.