Skip to content

Commit

Permalink
terraform fmt: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 19, 2024
1 parent b6356cd commit 0faf967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
platform = {
source = "jfrog/platform"
source = "jfrog/platform"
version = "1.7.4"
}
}
Expand All @@ -11,9 +11,9 @@ terraform {
provider "platform" {}

module "jfrog_platform_license" {
source = "../.." # Path to the root of the JFrog Platform Terraform provider repository
source = "../.." # Path to the root of the JFrog Platform Terraform provider repository

managed_license = true
managed_license = true
managed_whitelist = false

license_key = "my-license-key"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
resource "platform_license" "this" {
count = var.managed_license ? 1 : 0

key = var.license_key
key = var.license_key
}

resource "platform_myjfrog_ip_allowlist" "this" {
Expand Down

0 comments on commit 0faf967

Please sign in to comment.