Skip to content

Commit

Permalink
Update migartion script
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Nov 22, 2024
1 parent 7d8990c commit 4b4ceee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Please perform special migration procedures:
1. Copy the `component.yaml` file from `spacelift` component to `spacelift/admin-stack`, `spacelift/spaces` and `spacelift/worker-pool` subcomponents dirs.
2. Remove `component.yaml` file from `spacelift` component
3. For each subcomponent in `component.yaml` update `source.version` to `1.532.0`
4. For each subcomponent in `component.yaml` update `source.uri` - replace `github.com/cloudposse/terraform-aws-components.git//modules/spacelift?ref=\{\{.Version\}\}` with
4. For each subcomponent in `component.yaml` update `source.uri` - replace `github.com/cloudposse/terraform-aws-components.git//modules/spacelift?ref={{.Version}}` with

| Subcomponent | New URI |
|-------------------------|--------------------------------------------------------------------------------------------------|
Expand All @@ -224,7 +224,7 @@ Please perform special migration procedures:
1. Copy the `component.yaml` file from `tgw` component to `tgw/cross-region-hub-connector`, `tgw/hub` and `tgw/spoke` subcomponents dirs.
2. Remove `component.yaml` file from `tgw` component
3. For each subcomponent in `component.yaml` update `source.version` to `1.532.0`
4. For each subcomponent in `component.yaml` update `source.uri` - replace `github.com/cloudposse/terraform-aws-components.git//modules/tgw?ref=\{\{.Version\}\}` with
4. For each subcomponent in `component.yaml` update `source.uri` - replace `github.com/cloudposse/terraform-aws-components.git//modules/tgw?ref={{.Version}}` with

| Subcomponent | New URI |
|----------------------------------|------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 4b4ceee

Please sign in to comment.