Skip to content

Commit 1a3b82a

Browse files
Add SSO layer to provision the landing zone with that by default (#184)
1 parent 182b766 commit 1a3b82a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For the second item you can check the version [here](https://hub.docker.com/r/bi
5353

5454
First, you should create a virtual environment and install all the required dependencies by running: `pipenv install --dev`.
5555

56-
If you don't have `pipenv` in your system, you can check the following documentation: https://pipenv.pypa.io/en/latest/install/#installing-pipenv
56+
If you don't have `pipenv` in your system, you can check the following documentation: https://pipenv.pypa.io/en/latest/#install-pipenv-today
5757

5858
Once you have everything in place, install the CLI as an editable package inside the virtual environment: `pipenv install -e .`
5959

leverage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#pylint: disable=wrong-import-position
55

66
__version__ = "0.0.0"
7-
__toolbox_version__ = "1.2.7-0.1.0"
7+
__toolbox_version__ = "1.2.7-0.1.6"
88

99
import sys
1010
from shutil import which

leverage/modules/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"management": {
4646
"global": [
4747
"base-identities",
48-
"organizations"
48+
"organizations",
49+
"sso"
4950
],
5051
"primary_region": [
5152
"base-tf-backend",

0 commit comments

Comments
 (0)