Skip to content

Conversation

ktinubu
Copy link
Contributor

@ktinubu ktinubu commented Feb 13, 2025

Generate output type metadata for subscription_names, subscription_paths and topic_labels

For subscription_names, and subscription_paths autogeneration gave a tuple:

type:
          - tuple
          - - string
            - string
            - string
            - string

Where the number of strings depended on the number of subscriptions I specified in my terraform.tfvars:

...
pull_subscriptions = [
    {
      name                 = "pull"
      ack_deadline_seconds = 10
    },
    {
      name                 = "pull2"
      ack_deadline_seconds = 10
    },
     {
      name                 = "pull3"
      ack_deadline_seconds = 10
    },
     {
      name                 = "pull4"
      ack_deadline_seconds = 10
    },
  ]

I generated the output type metadata using on 1 subscription

@ktinubu ktinubu requested review from a team and imrannayer as code owners February 13, 2025 23:51
@ktinubu ktinubu requested a review from q2w February 13, 2025 23:51
@ktinubu ktinubu requested review from lahuang4 and q2w February 19, 2025 21:18
@ktinubu ktinubu merged commit fe571bc into terraform-google-modules:main Feb 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants