mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-29 07:19:07 +08:00
8 lines
211 B
HCL
8 lines
211 B
HCL
resource "google_sourcerepo_repository" "fleet-infra" {
|
|
name = "fleet-infra-${random_pet.suffix.id}"
|
|
}
|
|
|
|
resource "google_sourcerepo_repository" "application" {
|
|
name = "application-${random_pet.suffix.id}"
|
|
}
|