Skip to content

Commit

Permalink
Merge pull request #9 from BCDevOps/remove-cbr-id
Browse files Browse the repository at this point in the history
remove cbr id
  • Loading branch information
prabhukiran9999 authored Jul 15, 2024
2 parents c16b3c7 + 39b9303 commit 301fa6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_project_workspace"></a> [project\_workspace](#module\_project\_workspace) | github.com/BCDevOps/terraform-aws-sea-account-set.git | v0.2 |
| <a name="module_project_workspace"></a> [project\_workspace](#module\_project\_workspace) | github.com/BCDevOps/terraform-aws-sea-account-set.git | v0.3 |

## Resources

Expand All @@ -44,7 +44,6 @@ No resources.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_SSC_CBRID"></a> [SSC\_CBRID](#input\_SSC\_CBRID) | Shared Services Canada Cloud Business Requirement ID | `string` | n/a | yes |
| <a name="input_account_email_domain"></a> [account\_email\_domain](#input\_account\_email\_domain) | Email domain to use when creating generated account email addresses. | `string` | `"cloud.gov.bc.ca"` | no |
| <a name="input_account_email_prefix"></a> [account\_email\_prefix](#input\_account\_email\_prefix) | Prefix to use when creating generated account email addresses. | `string` | n/a | yes |
| <a name="input_automation_role_name"></a> [automation\_role\_name](#input\_automation\_role\_name) | The name role to be assumed in the master account in order to allow creation of accounts within the organization. | `string` | n/a | yes |
Expand Down
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ locals {
}

module "project_workspace" {
source = "github.com/BCDevOps/terraform-aws-sea-account-set.git?ref=v0.2"
source = "github.com/BCDevOps/terraform-aws-sea-account-set.git?ref=v0.3"
project = local.project
org_admin_role_name = var.org_admin_role_name
account_email_prefix = var.account_email_prefix
account_email_domain = var.account_email_domain
close_on_deletion = var.close_on_deletion
master_account_id = var.master_account_id
SSC_CBRID = var.SSC_CBRID
}

5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ variable "close_on_deletion" {
type = bool
default = false
}

variable "SSC_CBRID" {
type = string
description = "Shared Services Canada Cloud Business Requirement ID"
}

0 comments on commit 301fa6a

Please sign in to comment.