Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Nov 27, 2023
2 parents 1670f8a + da1f3b6 commit 0fa5e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
platform = {
source = "registry.terraform.io/jfrog/platform"
version = "0.0.1"
version = "1.0.0"
}
}
}
Expand Down Expand Up @@ -40,4 +40,4 @@ resource "platform_workers_service" "my-workers-service" {
value = "my-secret-value-2"
}
]
}
}

0 comments on commit 0fa5e5a

Please sign in to comment.