Skip to content

Commit

Permalink
fix: use the boolean var to decide whether we write variables to para…
Browse files Browse the repository at this point in the history
…m store or not (#696)

* fix: create module for configuring an okta app with a kms key

* fix: use right references here

* retrigger gha

* fix: create kms-okta-app readme to explain how to use the module

* fix: update docs to reflect new parameters

* fix: update okta link to a more relevant section for keys

* fix: add another resource about jwt payload fields

* fix: make params based on whether we want to write them or not
  • Loading branch information
kuannie1 authored Feb 12, 2025
1 parent 71a6234 commit c8f7d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kms-okta-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "okta_app_oauth" "idp_api" {


module "params" {
count = (var.write_metadata_to_params) ? 1 : 0
source = "github.com/chanzuckerberg/cztack//aws-ssm-params-writer?ref=v0.63.3"
project = var.tags.project
env = var.tags.env
Expand Down

0 comments on commit c8f7d43

Please # to comment.