Skip to content

Commit

Permalink
updated provider-metadata.yaml with fixing readme files in work direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
Umit Demirtas authored and Umit Demirtas committed Sep 21, 2023
1 parent 52268ac commit c3a94c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions apis/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Copyright 2021 Upbound Inc.
//go:generate bash -c "find ../internal/controller -type d -empty -delete"
//go:generate rm -rf ../examples-generated

// Generate documentation from Terraform docs.
//go:generate go run github.com/upbound/upjet/cmd/scraper -n ${TERRAFORM_PROVIDER_SOURCE} -r ../.work/${TERRAFORM_PROVIDER_SOURCE}/${TERRAFORM_DOCS_PATH} -o ../config/provider-metadata.yaml

// Run Upjet generator
//go:generate go run ../cmd/generator/main.go ..

Expand Down
10 changes: 5 additions & 5 deletions config/provider-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: vmware/vra
resources:
null_resource Resource - terraform-provider-null:
subCategory: ''
description: The null_resource resource implements the standard resource lifecycle but takes no further action. The triggers argument allows specifying an arbitrary set of values that, when changed, will cause the resource to be replaced.
name: null_resource Resource - terraform-provider-null
title: null_resource Resource - terraform-provider-null
VMware vRA Resource - terraform-provider-vra:
subCategory: VMware vRA
description: Official documentation https://registry.terraform.io/providers/vmware/vra/latest/docs
name: VMware vRA Resource - terraform-provider-vra
title: VMware vRA Resource - terraform-provider-vra
argumentDocs: {}
importStatements: []

0 comments on commit c3a94c1

Please sign in to comment.