Skip to content

Commit 070eef5

Browse files
committed
Merge branch 'develop' of github.com:oracle-devrel/cd3-automation-toolkit into develop
2 parents 7e270d0 + 2839401 commit 070eef5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

cd3_automation_toolkit/documentation/user_guide/KnownBehaviour.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@
1313
- Adding a new VCN as Hub and other new VCNs as Spoke/Peer is allowed. Gateways will be created as specified in VCNs sheet.
1414
- Adding new VCNs as None is allowed. Gateways will be created as specified in VCNs sheet.
1515
- The addition of new Subnets to exported VCNs and new VCNs is allowed.
16-
16+
9. When you have exported Identity and Network services together in single outdirectory for the first time and executing identity import script. You might see import failure with below error message. Execute Major network import script first then run Identity import script.
17+
18+
```
19+
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
20+
4 problems:
21+
- Failed to serialize resource instance in state: Instance data.oci_core_drg_route_distributions.drg_route_distributions["DRG-ASH_Autogenerated-Import-Route-Distribution-for-ALL-routes"] has status ObjectPlanned, which cannot be saved in state.
22+
- Failed to serialize resource instance in state: Instance data.oci_core_drg_route_distributions.drg_route_distributions["DRG-ASH_Autogenerated-Import-Route-Distribution-for-VCN-Routes"] has status ObjectPlanned, which cannot be saved in state.
23+
```
24+
1725
## Terraform Behavior
1826
- Create a Load Balancer with Reserved IP: When you create a LBaaS with reserved ip as "Y" and do a terraform apply, everything will go smooth and be in sync for the first time. If you do a terraform plan immediately (post apply), you will find that the plan changes the private ip of load balancer to null.
1927

0 commit comments

Comments
 (0)