File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Contributing to Atlas CLI plugin for MongoDB Atlas Provider
1
+ # Contributing to the Atlas CLI plugin for Terraform's MongoDB Atlas Provider
2
2
3
3
WIP
Original file line number Diff line number Diff line change 1
- # Atlas CLI plugin for MongoDB Atlas Provider
1
+ # Atlas CLI plugin for Terraform's MongoDB Atlas Provider
2
2
3
3
[ ![ 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 )
4
4
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.
6
6
7
7
WIP
8
8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
func main () {
12
12
terraformCmd := & cobra.Command {
13
13
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" ,
15
15
Aliases : []string {"tf" },
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments