fakherhannafi / terraform-aws-workspaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-workspaces

Build Status Latest Release GitHub tag (latest SemVer) Terraform Version Infrastructure Tests pre-commit checkov Infrastructure Tests

Draft module to create AWS Workspaces.

Usage

This is a very basic example (so far).

workspaces

To implement include af file in your repository in your existing Terraform code:

module "workspaces" {
  source                 = "jameswoolfenden/workspaces/aws"
  version                = "v0.0.11"
  common_tags            = var.common_tags
}

Detailed Notes

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
bundle_id (optional) describe your variable string "wsb-bh8rsxt14" no
common_tags This is to help you add tags to your cloud objects map(any) n/a yes
directory_id (optional) describe your variable string n/a yes
root_volume_encryption_enabled n/a bool true no
user_name n/a string n/a yes
user_volume_encryption_enabled n/a bool true no
volume_encryption_key (optional) describe your variable string "alias/aws/workspaces" no

Outputs

Name Description
directory The directory
workspace The workspace

Related Projects

Check out these related projects.

Help

Got a question?

File a GitHub issue.

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Copyrights

Copyright © 2019-2021 James Woolfenden

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributors

James Woolfenden
James Woolfenden

About

License:Apache License 2.0


Languages

Language:HCL 65.9%Language:Makefile 17.8%Language:Python 6.5%Language:PowerShell 6.3%Language:Shell 3.5%