Skip to content

Commit

Permalink
feat(update): Update Gitlab provider version to support v17
Browse files Browse the repository at this point in the history
  • Loading branch information
joli-sys authored and Vrtak-CZ committed May 27, 2024
1 parent 0d7de2d commit 2b65875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions modules/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This module will setup GitLab CI variables for static website deployment.
| Name | Version |
| ------------------------------------------------------------------------ | ------------- |
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 1.1, < 2.0 |
| <a name="requirement_gitlab"></a> [gitlab](#requirement_gitlab) | ~> 15.7 |
| <a name="requirement_gitlab"></a> [gitlab](#requirement_gitlab) | >= 15.7, < 18.0 |

## Providers

| Name | Version |
| --------------------------------------------------------- | ------- |
| <a name="provider_gitlab"></a> [gitlab](#provider_gitlab) | ~> 15.7 |
| <a name="provider_gitlab"></a> [gitlab](#provider_gitlab) | >= 15.7, < 18.0 |

## Modules

Expand Down Expand Up @@ -50,13 +50,13 @@ No outputs.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1, < 2.0 |
| <a name="requirement_gitlab"></a> [gitlab](#requirement\_gitlab) | >= 15.7, < 17.0 |
| <a name="requirement_gitlab"></a> [gitlab](#requirement\_gitlab) | >= 15.7, < 18.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_gitlab"></a> [gitlab](#provider\_gitlab) | >= 15.7, < 17.0 |
| <a name="provider_gitlab"></a> [gitlab](#provider\_gitlab) | >= 15.7, < 18.0 |

## Modules

Expand Down Expand Up @@ -86,4 +86,4 @@ No modules.
## Outputs

No outputs.
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
2 changes: 1 addition & 1 deletion modules/gitlab/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = ">= 15.7, < 17.0"
version = ">= 15.7, < 18.0"
}
}
}

0 comments on commit 2b65875

Please sign in to comment.