mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
7 lines
211 B
HCL
7 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}"
|
|
}
|