Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 28, 2023
1 parent 8f61a0e commit 01b7d6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 857 deletions.
16 changes: 8 additions & 8 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP

# Set-up for terraform >= v0.13
terraform {
required_providers {
hpegl = {
source = "terraform.example.com/vmaas/hpegl"
version = ">= 0.0.1"
}
}
}
#terraform {
# required_providers {
# hpegl = {
# source = "terraform.example.com/vmaas/hpegl"
# version = ">= 0.0.1"
# }
# }
#}

provider "hpegl" {
vmaas {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/hewlettpackard/hpegl-provider-lib v0.0.12
github.com/hewlettpackard/hpegl-provider-lib v0.0.14
github.com/spf13/viper v1.17.0
github.com/tidwall/gjson v1.17.0
github.com/tshihad/tftags v0.0.10
Expand Down
Loading

0 comments on commit 01b7d6d

Please sign in to comment.