Skip to content

Commit

Permalink
Fix ttl variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoalima committed Oct 7, 2022
1 parent b8ac3f6 commit 03c830c
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions docs/resources/repository_apt_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ resource "nexus_repository_apt_proxy" "bionic_proxy" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_bower_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ resource "nexus_repository_bower_proxy" "bower_io" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_bower_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ resource "nexus_repository_bower_proxy" "bower_io" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_cocoapods_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_cocoapods_proxy" "cocoapods_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_conan_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_conan_proxy" "conan_center" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_conda_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_conda_proxy" "anaconda" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_go_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_go_proxy" "golang_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_go_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_go_proxy" "golang_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_helm_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_helm_proxy" "kubernetes_charts" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_maven_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_maven_proxy" "maven_central" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_npm_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_npm_proxy" "npmjs" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_nuget_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resource "nexus_repository_nuget_proxy" "nuget_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_nuget_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ resource "nexus_repository_nuget_proxy" "nuget_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_p2_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_p2_proxy" "eclipse" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_pypi_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "nexus_repository_pypi_proxy" "pypi_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_pypi_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_pypi_proxy" "pypi_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_r_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "nexus_repository_r_proxy" "r_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_r_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_r_proxy" "r_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_raw_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_raw_proxy" "raw_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_rubygems_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "nexus_repository_rubygems_proxy" "rubygems_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_rubygems_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_rubygems_proxy" "rubygems_org" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/repository_yum_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "nexus_repository_yum_proxy" "centos" {
}
negative_cache {
enabled = true
time_to_live = 1440
enabled = true
ttl = 1440
}
http_client {
Expand Down

0 comments on commit 03c830c

Please sign in to comment.