diff --git a/README.yaml b/README.yaml index 46df7b0..17529d3 100644 --- a/README.yaml +++ b/README.yaml @@ -5,7 +5,7 @@ # # Name of this project -name : Terraform gcp Service-account +name : Terraform GCP Service-account # License of this project license: "APACHE" @@ -46,9 +46,6 @@ module_dependencies: # description of this project description: |- Terraform module to create default Service-account with. -# extra content -include: - - "docs/io.md" # How to use this project usage: |- diff --git a/_example/example.tf b/_examples/example.tf similarity index 100% rename from _example/example.tf rename to _examples/example.tf diff --git a/_example/outputs.tf b/_examples/outputs.tf similarity index 100% rename from _example/outputs.tf rename to _examples/outputs.tf diff --git a/_example/variables.tf b/_examples/variables.tf similarity index 100% rename from _example/variables.tf rename to _examples/variables.tf diff --git a/_example/versions.tf b/_examples/versions.tf similarity index 100% rename from _example/versions.tf rename to _examples/versions.tf