Skip to content

Commit

Permalink
fix doc description (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedwigz authored May 9, 2022
1 parent f15f5d5 commit 3834cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlas/resource_atlas_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func newSchemaResource() *schema.Resource {
return &schema.Resource{
Description: "Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database. see https://atlasgo.io/",
Description: "Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database.",
// Create&Update both apply migrations
CreateContext: applySchema,
UpdateContext: applySchema,
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/schema.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
page_title: "atlas_schema Resource - terraform-provider-atlas"
subcategory: ""
description: |-
Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database. see https://atlasgo.io/
Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database.
---
<!-- source: https://github.dev/hashicorp/terraform-plugin-docs/blob/main/internal/provider/template.go -->
<!-- Bug: Type and Name are switched -->
# Resource (atlas_schema)

Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database. see https://atlasgo.io/
Atlas database resource manages the data schema of the database, using an HCL file describing the wanted state of the database.

## Example Usage

Expand Down

0 comments on commit 3834cfb

Please sign in to comment.