Skip to content

Commit

Permalink
feat: move tfc flight into a logical flight (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion authored Mar 23, 2022
1 parent b8c4c74 commit 0247a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension/flights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ export const logicalFlights: LogicalFlightDefinition = {
},
"gh": {
"logic": "https://github.com/${gh-org}/${repo}",
},
"tfc": {
"override": "https://app.terraform.io/app/",
"logic": "https://app.terraform.io/app/${tfc-org}/workspaces?search=${tfc-search}"
}
};

export const standardFlights: StandardFlightDefinition = {
"https://app.terraform.io/app/" : ["terraform", "tfc"],
"https://app.datadoghq.com/" : ["datadog", "dd"],

"https://github.com/Apollorion/fly/blob/main/help/config-github.md#org-not-set" : ["config-github/org-not-set"],
Expand Down

0 comments on commit 0247a59

Please sign in to comment.