Skip to content

Commit 6c8259d

Browse files
committed
add Terraform word in docs
1 parent 9d23433 commit 6c8259d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing to Atlas CLI plugin for MongoDB Atlas Provider
1+
# Contributing to the Atlas CLI plugin for Terraform's MongoDB Atlas Provider
22

33
WIP

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Atlas CLI plugin for MongoDB Atlas Provider
1+
# Atlas CLI plugin for Terraform's MongoDB Atlas Provider
22

33
[![Code Health](https://github.com/mongodb-labs/atlas-cli-plugin-terraform/actions/workflows/code-health.yml/badge.svg)](https://github.com/mongodb-labs/atlas-cli-plugin-terraform/actions/workflows/code-health.yml)
44

5-
This repository contains the Atlas CLI plugin for MongoDB Atlas Provider.
5+
This repository contains the Atlas CLI plugin for Terraform's MongoDB Atlas Provider.
66

77
WIP
88

cmd/plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
func main() {
1212
terraformCmd := &cobra.Command{
1313
Use: "terraform",
14-
Short: "Root command of the Atlas CLI plugin for MongoDB Atlas Provider",
14+
Short: "Root command of the Atlas CLI plugin for Terraform's MongoDB Atlas Provider",
1515
Aliases: []string{"tf"},
1616
}
1717

0 commit comments

Comments
 (0)