Skip to content

JamesWoolfenden/terraform-aws-cognito-lite

Repository files navigation

terraform-aws-cognito-lite

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

It's 100% Open Source and licensed under the APACHE2.

Usage

Include this repository as a module in your existing Terraform code:

module "cognito-lite" {
  source       = "JamesWoolfenden/cognito-lite/aws"
  version      = "0.0.1"
}

terraform import aws_cognito_user_pool_domain.main jgwtest

https://jgwtest.auth.eu-west-2.amazoncognito.com/login?response_type=token&client_id=6utkcost639i6dhp0ndfbrmihd&redirect_uri=https://example.com

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_cognito_user_pool.pool resource
aws_cognito_user_pool_client.client resource
aws_cognito_user_pool_domain.main resource

Inputs

Name Description Type Default Required
callback_urls n/a list(any)
[
"https://example.com"
]
no
client_name n/a string "client" no
domain_prefix (optional) describe your variable string "jgwtest" no
user_pool n/a string "testpool1" no

Outputs

Name Description
domain n/a
user_pool n/a
user_pool_client n/a

Instructions

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-2022 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