Skip to content

feat: add environments filter on projects#298

Merged
pchalamet merged 4 commits intomainfrom
feature/project-environments-filter
Nov 27, 2025
Merged

feat: add environments filter on projects#298
pchalamet merged 4 commits intomainfrom
feature/project-environments-filter

Conversation

@pchalamet
Copy link
Contributor

Ability to restrict a project to given environments. By default, no filter.
Environment must be specified (see --environment) and environments block set.

project infra_auth {
    depends_on = [ project.infra_dns ]
    labels = [ "infra" ]
    environments = [ "dev" ]
    @terraform { }
}

@pchalamet pchalamet merged commit a946cc8 into main Nov 27, 2025
2 checks passed
@pchalamet pchalamet deleted the feature/project-environments-filter branch November 27, 2025 18:20
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.

1 participant