Skip to content

Commit dc16aca

Browse files
committed
Run 'make schemas'.
1 parent 0708c5d commit dc16aca

10 files changed

+754
-0
lines changed

internal/provider/import_examples_gen.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,31 @@
18141814
"identifier": ["RouteTableId","CidrBlock"],
18151815
"path": "./examples/resources/awscc_ec2_route/import.sh"
18161816
},
1817+
{
1818+
"resource": "awscc_ec2_route_server",
1819+
"identifier": ["Id"],
1820+
"path": "./examples/resources/awscc_ec2_route_server/import.sh"
1821+
},
1822+
{
1823+
"resource": "awscc_ec2_route_server_association",
1824+
"identifier": ["RouteServerId","VpcId"],
1825+
"path": "./examples/resources/awscc_ec2_route_server_association/import.sh"
1826+
},
1827+
{
1828+
"resource": "awscc_ec2_route_server_endpoint",
1829+
"identifier": ["Id"],
1830+
"path": "./examples/resources/awscc_ec2_route_server_endpoint/import.sh"
1831+
},
1832+
{
1833+
"resource": "awscc_ec2_route_server_peer",
1834+
"identifier": ["Id"],
1835+
"path": "./examples/resources/awscc_ec2_route_server_peer/import.sh"
1836+
},
1837+
{
1838+
"resource": "awscc_ec2_route_server_propagation",
1839+
"identifier": ["RouteServerId","RouteTableId"],
1840+
"path": "./examples/resources/awscc_ec2_route_server_propagation/import.sh"
1841+
},
18171842
{
18181843
"resource": "awscc_ec2_route_table",
18191844
"identifier": ["RouteTableId"],
@@ -3809,6 +3834,11 @@
38093834
"identifier": ["DBClusterIdentifier"],
38103835
"path": "./examples/resources/awscc_neptune_db_cluster/import.sh"
38113836
},
3837+
{
3838+
"resource": "awscc_neptune_db_subnet_group",
3839+
"identifier": ["DBSubnetGroupName"],
3840+
"path": "./examples/resources/awscc_neptune_db_subnet_group/import.sh"
3841+
},
38123842
{
38133843
"resource": "awscc_neptunegraph_graph",
38143844
"identifier": ["GraphId"],

internal/provider/plural_data_sources.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resources.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/singular_data_sources.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)