UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Merge requests
!2468
Fixing a few minor typos in markdown
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixing a few minor typos in markdown
dg-fixing-typos
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Danny Gershman
requested to merge
dg-fixing-typos
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
Package Merge Request
Package Changes
This MR changes a few minor typos
Package MR
N/A
For Issue
N/A
Edited
2 years ago
by
Danny Gershman
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3bcd0121
1 commit,
2 years ago
7 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
docs/developer/aws-k3d-script.md
+
1
−
1
Options
@@ -58,7 +58,7 @@ k3d-dev.sh -b -p -m -d -h
The script uses the default AWS profile and defaults the VPC id and AMI id.
To change this default behavior you can export environment variables before running the script.
Run the script with a specifc AWS profile by first exporting the AWS_PROFILE environment variable
Run the script with a specif
i
c AWS profile by first exporting the AWS_PROFILE environment variable
```
shell
export
AWS_PROFILE
=
my-aws-profile
```
Loading