Skip to content

Commit

Permalink
Update for clarity/typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutty authored Feb 22, 2018
1 parent 428e408 commit cc422bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes Terraform Provider

The k8s Terraform provider is used to deploying Kubernetes manifests. Unlike the [official Kubernetes provider][kubernetes-provider] it handles raw manifests, leveraging `kubectl` directly to allow developers to work with any Kubernetes resource natively.
The k8s Terraform provider enables Terraform to deploy Kubernetes resources. Unlike the [official Kubernetes provider][kubernetes-provider] it handles raw manifests, leveraging `kubectl` directly to allow developers to work with any Kubernetes resource natively.

## Usage

Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
- containerPort: 80
```
The Kubernetes resources can them be managed through Terraform.
The Kubernetes resources can then be managed through Terraform.
```terminal
$ terraform apply
Expand Down

0 comments on commit cc422bb

Please sign in to comment.