Skip to content

Commit

Permalink
feat: changes module description
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 14, 2023
1 parent 400c86e commit 5aad5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ provider "aws" {

####----------------------------------------------------------------------------------
## Module : KEY PAIR
## Provider block added, Use the Amazon Web Services (AWS) provider to interact with the many resources supported by AWS.
## Terraform module for generating or importing an SSH public key file into AWS.
####----------------------------------------------------------------------------------
module "keypair" {
source = "./../"

name = "key"
environment = "test"
label_order = ["environment", "name"]
name = "key"
environment = "test"
label_order = ["environment", "name"]

public_key = ""
create_private_key_enabled = true
Expand Down

0 comments on commit 5aad5b1

Please sign in to comment.